mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-23 14:06:50 +01:00
13 lines
402 B
Plaintext
13 lines
402 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://tests/functional/test_pyramid.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="Pyramid" type="Node2D" parent="."]
|
||
|
position = Vector2( 512, 500 )
|
||
|
|
||
|
[node name="StaticSceneFlat" parent="." instance=ExtResource( 2 )]
|