diff options
Diffstat (limited to 'godot/scenes/levels/test_scene')
-rw-r--r-- | godot/scenes/levels/test_scene/Floor.tscn | 17 | ||||
-rw-r--r-- | godot/scenes/levels/test_scene/TestScene.tscn | 6 |
2 files changed, 5 insertions, 18 deletions
diff --git a/godot/scenes/levels/test_scene/Floor.tscn b/godot/scenes/levels/test_scene/Floor.tscn deleted file mode 100644 index 5b58b9f..0000000 --- a/godot/scenes/levels/test_scene/Floor.tscn +++ /dev/null @@ -1,17 +0,0 @@ -[gd_scene load_steps=3 format=2] - -[sub_resource type="CubeMesh" id=1] - -[sub_resource type="BoxShape" id=2] - -[node name="StaticBody" type="StaticBody"] - -[node name="MeshInstance" type="MeshInstance" parent="."] -transform = Transform( 10, 0, 0, 0, 1, 0, 0, 0, 10, 0, 0, 0 ) -mesh = SubResource( 1 ) -skeleton = NodePath("../CollisionShape") -material/0 = null - -[node name="CollisionShape" type="CollisionShape" parent="."] -transform = Transform( 10, 0, 0, 0, 1, 0, 0, 0, 10, 0, 0, 0 ) -shape = SubResource( 2 ) diff --git a/godot/scenes/levels/test_scene/TestScene.tscn b/godot/scenes/levels/test_scene/TestScene.tscn index 5775e39..ed981f8 100644 --- a/godot/scenes/levels/test_scene/TestScene.tscn +++ b/godot/scenes/levels/test_scene/TestScene.tscn @@ -1,7 +1,11 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=3 format=2] [ext_resource path="res://scenes/levels/test_scene/Floor.tscn" type="PackedScene" id=1] +[ext_resource path="res://scenes/W8.tscn" type="PackedScene" id=2] [node name="TestScene" type="Spatial"] [node name="Floor" parent="." instance=ExtResource( 1 )] + +[node name="RigidBody" parent="." instance=ExtResource( 2 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0339947, 2.91518, -1.40456 ) |