Files
godot-demo-projects/2d/physics_tests/tests/functional/test_pyramid.tscn
PouleyKetchoupp 8241be5817 Add demo: Physics Tests 2D
Similar to its 3D counterpart, with tests using 2D physics.
2020-12-16 09:11:35 -07:00

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