X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/3701448ba7e2410adf79dd4a326c0d47a9cc8240..refs/heads/state-machine:/map/test.tscn?ds=sidebyside diff --git a/map/test.tscn b/map/test.tscn index 6bf5574..db49fdc 100644 --- a/map/test.tscn +++ b/map/test.tscn @@ -56,6 +56,8 @@ offset_right = 40.0 offset_bottom = 40.0 script = ExtResource("4_g14j6") +[node name="CameraHandler" type="Node3D" parent="."] + [node name="Player" parent="." instance=ExtResource("1_37kl0")] unique_name_in_owner = true @@ -68,18 +70,27 @@ environment = SubResource("Environment_6uqi0") transform = Transform3D(-0.866024, -0.433016, 0.250001, 0, 0.499998, 0.866026, -0.500003, 0.749999, -0.43301, 0, 0, 0) shadow_enabled = true -[node name="MeshInstance3D" type="MeshInstance3D" parent="map"] +[node name="Floor" type="MeshInstance3D" parent="map"] mesh = SubResource("PlaneMesh_mf4mk") skeleton = NodePath("../..") surface_material_override/0 = ExtResource("6_v1i7h") -[node name="StaticBody3D" type="StaticBody3D" parent="map/MeshInstance3D"] +[node name="StaticBody3D" type="StaticBody3D" parent="map/Floor"] -[node name="CollisionShape3D" type="CollisionShape3D" parent="map/MeshInstance3D/StaticBody3D"] +[node name="CollisionShape3D" type="CollisionShape3D" parent="map/Floor/StaticBody3D"] shape = SubResource("ConcavePolygonShape3D_37kl0") [node name="Ramp" parent="map" instance=ExtResource("7_5owfa")] transform = Transform3D(-1.62606e-07, 0, -3.72, 0, 3.72, 0, 3.72, 0, -1.62606e-07, -0.137384, 0, 7.7898) +[node name="Ramp2" parent="map" instance=ExtResource("7_5owfa")] +transform = Transform3D(-2.67951e-07, 0, -6.13, 0, 12.37, 0, 6.13, 0, -2.67951e-07, -4.28785, 0, 18.1665) + [node name="Cube" parent="map" instance=ExtResource("8_f4bcd")] -transform = Transform3D(2.54, 0, 0, 0, 2.54, 0, 0, 0, 2.54, -7.30192, 1.27, 5.19269) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -7.30192, 0.5, 5.19269) + +[node name="Cube2" parent="map" instance=ExtResource("8_f4bcd")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8.50389, 0.5, 3.21238) + +[node name="Cube3" parent="map" instance=ExtResource("8_f4bcd")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6.92252, 0.5, 9.21799)