mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-04 14:49:41 +01:00
13 lines
398 B
Plaintext
13 lines
398 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://tests/functional/test_stack.gd" type="Script" id=1]
|
|
[ext_resource path="res://tests/static_scene_flat.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="Test" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Stack" type="Node2D" parent="."]
|
|
position = Vector2( 512, 500 )
|
|
|
|
[node name="StaticSceneFlat" parent="." instance=ExtResource( 2 )]
|