pmlpp_sample/game/Main.tscn

10 lines
235 B
Plaintext
Raw Normal View History

2023-05-09 23:45:19 +02:00
[gd_scene load_steps=2 format=2]
2023-12-30 09:58:52 +01:00
[ext_resource path="res://test/Test.tscn" type="PackedScene" id=2]
2023-01-23 21:27:03 +01:00
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
2023-05-09 23:45:19 +02:00
2023-12-30 09:58:52 +01:00
[node name="Test" parent="." instance=ExtResource( 2 )]