test_stack.tscn 584 B

12345678910111213141516
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://tests/functional/test_stack.gd" type="Script" id=1]
  3. [ext_resource path="res://tests/static_scene_plane.tscn" type="PackedScene" id=2]
  4. [ext_resource path="res://utils/camera_orbit.gd" type="Script" id=4]
  5. [node name="Test" type="Spatial"]
  6. script = ExtResource( 1 )
  7. [node name="Stack" type="Spatial" parent="."]
  8. [node name="StaticBodyPlane" parent="." instance=ExtResource( 2 )]
  9. [node name="Camera" type="Camera" parent="."]
  10. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.53602, 12.2684 )
  11. script = ExtResource( 4 )