-
Notifications
You must be signed in to change notification settings - Fork 0
/
MainScene.tscn
35 lines (30 loc) · 939 Bytes
/
MainScene.tscn
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
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Fractal.material" type="Material" id=1]
[ext_resource path="res://MainScene.cs" type="Script" id=2]
[node name="MainScene" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource( 2 )
Zoom = 16.8819
Offset = Vector2( -0.353, 0.013 )
IdleAnimation = false
[node name="ViewportContainer" type="ViewportContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
size_flags_horizontal = 3
size_flags_vertical = 3
stretch = true
[node name="Viewport" type="Viewport" parent="ViewportContainer"]
size = Vector2( 1280, 720 )
handle_input_locally = false
render_target_update_mode = 3
[node name="Background" type="Panel" parent="ViewportContainer/Viewport"]
material = ExtResource( 1 )
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
size_flags_horizontal = 3
size_flags_vertical = 3