Initial commit
This commit is contained in:
commit
1f1e688953
15 changed files with 1657 additions and 0 deletions
13
scenes/test_scene_1.tscn
Normal file
13
scenes/test_scene_1.tscn
Normal file
|
@ -0,0 +1,13 @@
|
|||
[gd_scene format=3 uid="uid://bej8ndf3wxv21"]
|
||||
|
||||
[node name="Test Scene 1" type="Node2D"]
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
offset_right = 484.0
|
||||
offset_bottom = 298.0
|
||||
theme_override_font_sizes/font_size = 282
|
||||
text = "Scene 1"
|
||||
|
||||
[node name="Funny Monkey" type="Node" parent="."]
|
||||
|
||||
[node name="Very Funny Monkey" type="Node" parent="Funny Monkey"]
|
9
scenes/test_scene_2.tscn
Normal file
9
scenes/test_scene_2.tscn
Normal file
|
@ -0,0 +1,9 @@
|
|||
[gd_scene format=3 uid="uid://b77npyjet0wqx"]
|
||||
|
||||
[node name="Test Scene 2" type="Node2D"]
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
offset_right = 484.0
|
||||
offset_bottom = 298.0
|
||||
theme_override_font_sizes/font_size = 282
|
||||
text = "SCENE 2"
|
Loading…
Add table
Add a link
Reference in a new issue