mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 16:30:06 +01:00
13 lines
477 B
Plaintext
13 lines
477 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://xafrbjjd0phi"]
|
|
|
|
[ext_resource type="Script" uid="uid://cvubpdyk4bduy" path="res://tests/functional/test_stack.gd" id="1"]
|
|
[ext_resource type="PackedScene" uid="uid://bme1oft43530u" path="res://tests/static_scene_flat.tscn" 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")]
|