aboutsummaryrefslogtreecommitdiff
path: root/client/game.tscn
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-23 22:52:45 +0200
committernokoe <nokoe@mailbox.org>2024-06-23 23:07:10 +0200
commitf9a21bc9772d761db1c02a6ed81e117886b523b2 (patch)
tree8653b85999b48354fe39505268b7f704fade9626 /client/game.tscn
parenta81020eb81a0fa44f6641f47bd1eeda786cc8f71 (diff)
downloadhurrycurry-f9a21bc9772d761db1c02a6ed81e117886b523b2.tar
hurrycurry-f9a21bc9772d761db1c02a6ed81e117886b523b2.tar.bz2
hurrycurry-f9a21bc9772d761db1c02a6ed81e117886b523b2.tar.zst
make game playable again (somewhat)
Diffstat (limited to 'client/game.tscn')
-rw-r--r--client/game.tscn9
1 files changed, 8 insertions, 1 deletions
diff --git a/client/game.tscn b/client/game.tscn
index 1f37d170..34c2fe40 100644
--- a/client/game.tscn
+++ b/client/game.tscn
@@ -1,7 +1,9 @@
-[gd_scene load_steps=6 format=3 uid="uid://c6krh36hoqfg8"]
+[gd_scene load_steps=8 format=3 uid="uid://c6krh36hoqfg8"]
[ext_resource type="PackedScene" uid="uid://cs8gxa22c6joh" path="res://map/map.tscn" id="1_ex12v"]
+[ext_resource type="Script" path="res://game.gd" id="1_sftfn"]
[ext_resource type="PackedScene" uid="uid://b31mlnao6ybt8" path="res://player/follow_camera.tscn" id="2_s8y6o"]
+[ext_resource type="PackedScene" uid="uid://c0euiv7duqfp4" path="res://player/marker.tscn" id="4_igl0o"]
[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_mvn2w"]
@@ -13,13 +15,18 @@ background_mode = 2
sky = SubResource("Sky_ultpf")
[node name="Game" type="Node3D"]
+script = ExtResource("1_sftfn")
[node name="Map" parent="." instance=ExtResource("1_ex12v")]
[node name="FollowCamera" parent="." instance=ExtResource("2_s8y6o")]
+transform = Transform3D(0.728777, 0.294253, -0.618303, 0, 0.902961, 0.429723, 0.684751, -0.313173, 0.658057, -2.36537, 1.99403, 3.29507)
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_m4dli")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 0, 0, 0)
+
+[node name="Marker" parent="." instance=ExtResource("4_igl0o")]
+visible = false