aboutsummaryrefslogtreecommitdiff
path: root/client/game.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/game.tscn')
-rw-r--r--client/game.tscn41
1 files changed, 13 insertions, 28 deletions
diff --git a/client/game.tscn b/client/game.tscn
index f5c3c0c4..1f37d170 100644
--- a/client/game.tscn
+++ b/client/game.tscn
@@ -1,40 +1,25 @@
-[gd_scene load_steps=6 format=3 uid="uid://clsylbmw7jc0s"]
-[gd_scene load_steps=7 format=3 uid="uid://clsylbmw7jc0s"]
+[gd_scene load_steps=6 format=3 uid="uid://c6krh36hoqfg8"]
-[ext_resource type="Script" path="res://scripts/game.gd" id="1_qnslj"]
-[ext_resource type="PackedScene" uid="uid://bnqujofthaa4h" path="res://scenes/map.tscn" id="1_qt88a"]
-[ext_resource type="PackedScene" uid="uid://b31mlnao6ybt8" path="res://scenes/follow_camera.tscn" id="3_6ot70"]
-[ext_resource type="PackedScene" uid="uid://c0euiv7duqfp4" path="res://scenes/marker.tscn" id="5_idjm3"]
+[ext_resource type="PackedScene" uid="uid://cs8gxa22c6joh" path="res://map/map.tscn" id="1_ex12v"]
+[ext_resource type="PackedScene" uid="uid://b31mlnao6ybt8" path="res://player/follow_camera.tscn" id="2_s8y6o"]
-[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_ko0bu"]
+[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_mvn2w"]
-[sub_resource type="Sky" id="Sky_bqb2d"]
-sky_material = SubResource("PhysicalSkyMaterial_ko0bu")
+[sub_resource type="Sky" id="Sky_ultpf"]
+sky_material = SubResource("PhysicalSkyMaterial_mvn2w")
-[sub_resource type="Environment" id="Environment_h880f"]
+[sub_resource type="Environment" id="Environment_m4dli"]
background_mode = 2
-background_energy_multiplier = 2.0
-sky = SubResource("Sky_bqb2d")
-tonemap_mode = 2
-ssao_enabled = true
-sdfgi_enabled = true
-glow_enabled = true
+sky = SubResource("Sky_ultpf")
[node name="Game" type="Node3D"]
-script = ExtResource("1_qnslj")
-[node name="Map" parent="." instance=ExtResource("1_qt88a")]
+[node name="Map" parent="." instance=ExtResource("1_ex12v")]
-[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
-transform = Transform3D(0.951635, -0.266538, 0.152804, -0.154443, 0.0149305, 0.987889, -0.265591, -0.963709, -0.0269565, 0, 0, 0)
-shadow_enabled = true
+[node name="FollowCamera" parent="." instance=ExtResource("2_s8y6o")]
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
-environment = SubResource("Environment_h880f")
-
-[node name="FollowCamera" parent="." node_paths=PackedStringArray("target") instance=ExtResource("3_6ot70")]
-transform = Transform3D(0.894934, 0.084374, -0.438148, 0, 0.981959, 0.189095, 0.446198, -0.169228, 0.878789, 0, 3.65756, 11.0189)
-target = NodePath("../Map")
+environment = SubResource("Environment_m4dli")
-[node name="Marker" parent="." instance=ExtResource("5_idjm3")]
-visible = false
+[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 0, 0, 0)