diff options
author | tpart <tpart120@proton.me> | 2025-03-23 20:56:41 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-03-23 20:56:41 +0100 |
commit | dff76d9344a4102154f98bb38a8c8773c214a5bd (patch) | |
tree | 1f8cebb4ad535f46f0cfeaad98b5273bc65a270d /client/menu/menu_background.tscn | |
parent | 0bdd9ed7b86fc39f154d762644de8483df0189bc (diff) | |
download | hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar.bz2 hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar.zst |
Update to Godot 4.4
Diffstat (limited to 'client/menu/menu_background.tscn')
-rw-r--r-- | client/menu/menu_background.tscn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/menu/menu_background.tscn b/client/menu/menu_background.tscn index c8cd7c53..51acfa5a 100644 --- a/client/menu/menu_background.tscn +++ b/client/menu/menu_background.tscn @@ -1,8 +1,8 @@ [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/auto_setup/environment_setup.gd" id="2_rkilw"] -[ext_resource type="Shader" path="res://menu/theme/shaders/menu_background.gdshader" id="3_5mp8y"] +[ext_resource type="Script" uid="uid://b2tq5rcjjcxdg" path="res://menu/menu_background.gd" id="1_ijsg0"] +[ext_resource type="Script" uid="uid://cwg7wympevxs4" path="res://map/auto_setup/environment_setup.gd" id="2_rkilw"] +[ext_resource type="Shader" uid="uid://b1k6ipo0sagli" path="res://menu/theme/shaders/menu_background.gdshader" id="3_5mp8y"] [ext_resource type="PackedScene" uid="uid://b4gone8fu53r7" path="res://map/map.tscn" id="3_p80a7"] [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_uw50b"] @@ -39,9 +39,9 @@ noise = SubResource("FastNoiseLite_e3eby") [sub_resource type="ShaderMaterial" id="ShaderMaterial_gd87g"] render_priority = 0 shader = ExtResource("3_5mp8y") +shader_parameter/noise = SubResource("NoiseTexture2D_s4fnp") shader_parameter/ccloud = Color(0.835938, 0.835938, 0.835938, 1) shader_parameter/csky = Color(0.329412, 0.333333, 0.8, 1) -shader_parameter/noise = SubResource("NoiseTexture2D_s4fnp") [node name="MenuBackground" type="Node3D"] script = ExtResource("1_ijsg0") |