pandemonium_demo_projects/2d/physics_tests/tests/functional/test_pyramid.tscn

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 )]