diff options
author | tpart <tpart120@proton.me> | 2024-07-04 10:05:04 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-04 10:05:04 +0200 |
commit | 3d2bae03a51f8f96f0983af11ff7bfe693e7dbd9 (patch) | |
tree | 1a1ab1733eeadf695cf87913399cd97b88405ace /client/menu/menu_background.tscn | |
parent | 93583ac4d3b8ff2e0068b76582d3fffb426e0781 (diff) | |
download | hurrycurry-3d2bae03a51f8f96f0983af11ff7bfe693e7dbd9.tar hurrycurry-3d2bae03a51f8f96f0983af11ff7bfe693e7dbd9.tar.bz2 hurrycurry-3d2bae03a51f8f96f0983af11ff7bfe693e7dbd9.tar.zst |
Add setting to disable shadows
Diffstat (limited to 'client/menu/menu_background.tscn')
-rw-r--r-- | client/menu/menu_background.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/menu_background.tscn b/client/menu/menu_background.tscn index b4abe291..c0335fdc 100644 --- a/client/menu/menu_background.tscn +++ b/client/menu/menu_background.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=12 format=3 uid="uid://l4vm07dtda4j"] [ext_resource type="Script" path="res://menu/menu_background.gd" id="1_ijsg0"] -[ext_resource type="Script" path="res://map/environment_setup.gd" id="2_rkilw"] +[ext_resource type="Script" path="res://map/auto_setup/environment_setup.gd" id="2_rkilw"] [ext_resource type="Shader" path="res://menu/menu_background.gdshader" id="3_5mp8y"] [ext_resource type="PackedScene" uid="uid://b4gone8fu53r7" path="res://map/map.tscn" id="3_p80a7"] |