aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/game.tscn8
-rw-r--r--client/map/environment/environment.tscn8
2 files changed, 8 insertions, 8 deletions
diff --git a/client/game.tscn b/client/game.tscn
index 28631499..e3b0fdd2 100644
--- a/client/game.tscn
+++ b/client/game.tscn
@@ -1,8 +1,7 @@
-[gd_scene load_steps=7 format=3 uid="uid://c6krh36hoqfg8"]
+[gd_scene load_steps=6 format=3 uid="uid://c6krh36hoqfg8"]
[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="Script" path="res://map/auto_setup/light_setup.gd" id="5_6fpff"]
[ext_resource type="Script" path="res://multiplayer.gd" id="6_fbxu8"]
[ext_resource type="PackedScene" uid="uid://b4gone8fu53r7" path="res://map/map.tscn" id="6_prg6t"]
[ext_resource type="PackedScene" uid="uid://nroo08m5og0" path="res://map/environment/environment.tscn" id="7_v2apt"]
@@ -19,11 +18,6 @@ current = true
far = 150.0
target = NodePath("../Center")
-[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
-transform = Transform3D(-0.412548, 0.834939, -0.364255, 4.90703e-08, 0.399869, 0.916572, 0.910936, 0.37813, -0.164965, 0, 0, 0)
-shadow_enabled = true
-script = ExtResource("5_6fpff")
-
[node name="Map" parent="." instance=ExtResource("6_prg6t")]
[node name="Center" type="Node3D" parent="."]
diff --git a/client/map/environment/environment.tscn b/client/map/environment/environment.tscn
index 73e2be55..6cdb7afd 100644
--- a/client/map/environment/environment.tscn
+++ b/client/map/environment/environment.tscn
@@ -1,7 +1,8 @@
-[gd_scene load_steps=11 format=3 uid="uid://nroo08m5og0"]
+[gd_scene load_steps=12 format=3 uid="uid://nroo08m5og0"]
[ext_resource type="Script" path="res://map/environment/environment.gd" id="1_qy481"]
[ext_resource type="PackedScene" uid="uid://cb4ic3ssk4r8r" path="res://map/environment/world_environment.tscn" id="2_68o16"]
+[ext_resource type="Script" path="res://map/auto_setup/light_setup.gd" id="3_53gk2"]
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_fyrr8"]
emission_shape_offset = Vector3(0, 5, 0)
@@ -74,3 +75,8 @@ process_material = SubResource("ParticleProcessMaterial_pyn6b")
draw_pass_1 = SubResource("SphereMesh_4trvf")
[node name="WorldEnvironment" parent="." instance=ExtResource("2_68o16")]
+
+[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
+transform = Transform3D(-0.413104, 0.834517, -0.364591, 0, 0.400349, 0.916363, 0.910684, 0.378553, -0.165386, 0, 0, 0)
+shadow_enabled = true
+script = ExtResource("3_53gk2")