diff options
author | tpart <tpart120@proton.me> | 2024-07-27 14:15:51 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-27 14:15:55 +0200 |
commit | 3a5e8ad83abe6b7daf8e6168a72c143d96538497 (patch) | |
tree | e4951ce1b3bd8dc368b80aaf390fe61b37af9e90 /client/game.tscn | |
parent | ee7f28b87db60506278f7ae6ce61253062852713 (diff) | |
download | hurrycurry-3a5e8ad83abe6b7daf8e6168a72c143d96538497.tar hurrycurry-3a5e8ad83abe6b7daf8e6168a72c143d96538497.tar.bz2 hurrycurry-3a5e8ad83abe6b7daf8e6168a72c143d96538497.tar.zst |
Add night sky support; Refactor environment system
Diffstat (limited to 'client/game.tscn')
-rw-r--r-- | client/game.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/game.tscn b/client/game.tscn index 86851ded..28631499 100644 --- a/client/game.tscn +++ b/client/game.tscn @@ -5,7 +5,7 @@ [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.tscn" id="7_v2apt"] +[ext_resource type="PackedScene" uid="uid://nroo08m5og0" path="res://map/environment/environment.tscn" id="7_v2apt"] [node name="Game" type="Node3D"] script = ExtResource("1_sftfn") |