summaryrefslogtreecommitdiff
path: root/game.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'game.tscn')
-rw-r--r--game.tscn27
1 files changed, 24 insertions, 3 deletions
diff --git a/game.tscn b/game.tscn
index 75f5e65..a716ecf 100644
--- a/game.tscn
+++ b/game.tscn
@@ -4,6 +4,7 @@
[ext_resource type="Script" uid="uid://bqmbio4jvy1ev" path="res://Floor.cs" id="2_7jktm"]
[ext_resource type="Script" uid="uid://c6yxockt738ut" path="res://WorldCamera.cs" id="3_ryrav"]
[ext_resource type="Script" uid="uid://c7vsvparcf0cp" path="res://Player.cs" id="4_eow3j"]
+[ext_resource type="Script" uid="uid://dso0esuf7j1o7" path="res://AutoMeshInstance.cs" id="5_7jktm"]
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_ufxkl"]
@@ -24,6 +25,12 @@ size = Vector3(50, 0.1, 50)
[sub_resource type="Environment" id="Environment_ufxkl"]
+[sub_resource type="BoxShape3D" id="BoxShape3D_vlr3u"]
+size = Vector3(0.17041016, 3.7247314, 10.8758545)
+
+[sub_resource type="BoxShape3D" id="BoxShape3D_a5lrf"]
+size = Vector3(0.9614258, 2, 10)
+
[node name="GameNode" type="Node" unique_id=770944947]
[node name="Level" type="Node3D" parent="." unique_id=632228714]
@@ -60,6 +67,20 @@ shape = SubResource("SphereShape3D_ufxkl")
[node name="WorldEnvironment" type="WorldEnvironment" parent="Level" unique_id=520831362]
environment = SubResource("Environment_ufxkl")
-[node name="OmniLight3D" type="OmniLight3D" parent="Level" unique_id=810219011]
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 50, 0)
-light_color = Color(1, 0.79607844, 0.5137255, 1)
+[node name="DirectionalLight3D" type="DirectionalLight3D" parent="Level" unique_id=438599063]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 80, 0)
+sky_mode = 1
+
+[node name="StaticBody3D" type="StaticBody3D" parent="Level" unique_id=130495979]
+
+[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/StaticBody3D" unique_id=1097271189]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.41479492, 2.3623657, -0.62994385)
+shape = SubResource("BoxShape3D_vlr3u")
+script = ExtResource("5_7jktm")
+
+[node name="StaticBody3D2" type="StaticBody3D" parent="Level" unique_id=765331073]
+
+[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/StaticBody3D2" unique_id=407375134]
+transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 4.528, 1, -13.146)
+shape = SubResource("BoxShape3D_a5lrf")
+script = ExtResource("5_7jktm")