diff options
author | tpart <tpart120@proton.me> | 2024-07-04 09:21:10 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-04 09:21:10 +0200 |
commit | baee8e6a0c5a1858bed73a8b766d6eadc408d7d8 (patch) | |
tree | a3d8503bd93f704ffa64073fbf40c47493408f54 | |
parent | d4c1da4ac2b7b8526c1188ee8198600ce30e6efc (diff) | |
download | hurrycurry-baee8e6a0c5a1858bed73a8b766d6eadc408d7d8.tar hurrycurry-baee8e6a0c5a1858bed73a8b766d6eadc408d7d8.tar.bz2 hurrycurry-baee8e6a0c5a1858bed73a8b766d6eadc408d7d8.tar.zst |
Add environment setup script to menu background
-rw-r--r-- | client/menu/menu_background.tscn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/menu/menu_background.tscn b/client/menu/menu_background.tscn index fefffef3..e0a690be 100644 --- a/client/menu/menu_background.tscn +++ b/client/menu/menu_background.tscn @@ -1,6 +1,7 @@ -[gd_scene load_steps=11 format=3 uid="uid://l4vm07dtda4j"] +[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="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"] @@ -59,6 +60,7 @@ shadow_enabled = true [node name="Environment" type="WorldEnvironment" parent="."] environment = SubResource("Environment_slkjl") +script = ExtResource("2_rkilw") [node name="the-sky-tm" type="MeshInstance3D" parent="."] transform = Transform3D(0.614606, 0.499662, -0.610408, -0.00282255, 0.775198, 0.631712, 0.78883, -0.386531, 0.477851, 6, -13, -11) |