-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tscn
More file actions
31 lines (27 loc) · 840 Bytes
/
main.tscn
File metadata and controls
31 lines (27 loc) · 840 Bytes
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
[gd_scene format=3 uid="uid://p2kbrh1l6361"]
[ext_resource type="Script" uid="uid://dqepphr6wnsgs" path="res://sand_simulator.gd" id="1_ig7tw"]
[node name="Main" type="Control" unique_id=980511851]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="TextureRect" type="TextureRect" parent="." unique_id=1407419877]
texture_filter = 1
texture_repeat = 1
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
expand_mode = 3
stretch_mode = 5
[node name="SandSimulator" type="Node" parent="." unique_id=1274529874 node_paths=PackedStringArray("textureRect")]
script = ExtResource("1_ig7tw")
textureRect = NodePath("../TextureRect")
width = 100
height = 100