-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tscn
More file actions
64 lines (56 loc) · 2.01 KB
/
main.tscn
File metadata and controls
64 lines (56 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[gd_scene load_steps=7 format=2]
[ext_resource path="res://main.gdshader" type="Shader" id=1]
[ext_resource path="res://MapController2D.gd" type="Script" id=2]
[ext_resource path="res://gradient-alpha-yellow-red-gray.png" type="Texture" id=3]
[ext_resource path="res://Xolonium.tres" type="DynamicFont" id=4]
[ext_resource path="res://GUI.tscn" type="PackedScene" id=5]
[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 1 )
shader_param/MaximumIteration = 150
shader_param/Resolution = Vector2( 1024, 600 )
shader_param/Origin = Vector2( -2.5, 1.2 )
shader_param/HorizontalBasis = Vector2( 0.004, 0 )
shader_param/VerticalBasis = Vector2( 0, -0.004 )
shader_param/Center = Vector3( -0.55, 0, 0 )
shader_param/Radius = 1.3
shader_param/Ray = Vector3( 0, 0, -1 )
shader_param/Rotation = Vector3( 0, 0, 0 )
shader_param/Gradient = ExtResource( 3 )
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="MarginContainer" type="MarginContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="FractalRenderer" type="Panel" parent="MarginContainer"]
material = SubResource( 1 )
margin_right = 1024.0
margin_bottom = 600.0
script = ExtResource( 2 )
[node name="Label" type="Label" parent="MarginContainer/FractalRenderer"]
visible = false
anchor_left = 0.01
anchor_top = 0.01
anchor_right = 1.0
anchor_bottom = 1.0
size_flags_vertical = 1
custom_colors/font_color = Color( 0.282353, 0, 0, 1 )
custom_colors/font_outline_modulate = Color( 1, 1, 1, 1 )
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
custom_fonts/font = ExtResource( 4 )
text = "LOG TEXT"
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/FractalRenderer"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 10.0
margin_top = 10.0
margin_right = -10.0
margin_bottom = -10.0
[node name="GUI" parent="MarginContainer/FractalRenderer/MarginContainer" instance=ExtResource( 5 )]
anchor_right = 0.0
anchor_bottom = 0.0
margin_right = 1004.0
margin_bottom = 580.0