X-Git-Url: http://git.purplebirdman.com/knight.git/blobdiff_plain/14955fc67047f5f1fde5c1cb2570ca5e6de5c439..8eac100b8bfd471e2057544c95f355affd249dda:/test/test.tscn diff --git a/test/test.tscn b/test/test.tscn index 0e2999b..4e181aa 100644 --- a/test/test.tscn +++ b/test/test.tscn @@ -1,6 +1,7 @@ -[gd_scene load_steps=8 format=3 uid="uid://bvydwnbie3pv4"] +[gd_scene load_steps=9 format=3 uid="uid://bvydwnbie3pv4"] [ext_resource type="PackedScene" uid="uid://chtr62feiltax" path="res://player/player.tscn" id="1_ytdba"] +[ext_resource type="PackedScene" uid="uid://dbthgkok84ru0" path="res://test/block.tscn" id="2_8u8xb"] [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_ohmka"] sky_top_color = Color(0.0360979, 0.133006, 0.175678, 1) @@ -51,3 +52,21 @@ surface_material_override/0 = SubResource("StandardMaterial3D_87x6o") [node name="CollisionShape3D" type="CollisionShape3D" parent="ground/plane/StaticBody3D"] shape = SubResource("ConcavePolygonShape3D_73kmu") + +[node name="Block" parent="ground" instance=ExtResource("2_8u8xb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.30582, 0, 0.134318) + +[node name="Block2" parent="ground" instance=ExtResource("2_8u8xb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.94243, 1.91616, 0.268636) + +[node name="Block3" parent="ground" instance=ExtResource("2_8u8xb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.315662, -4.76837e-07, -3.10105) + +[node name="Block4" parent="ground" instance=ExtResource("2_8u8xb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.899326, 0, -2.69083) + +[node name="Block5" parent="ground" instance=ExtResource("2_8u8xb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.8697, 0, 3.31299) + +[node name="Block6" parent="ground" instance=ExtResource("2_8u8xb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.79621, 4.76837e-07, 3.0765)