diff options
| author | tpart <tpart120@proton.me> | 2024-07-12 00:49:30 +0200 | 
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-07-12 00:49:42 +0200 | 
| commit | 6173d3e9a45f17dc92318d11786c5631143808e5 (patch) | |
| tree | 156571ba92601545bfe8f543f0192ecb4bc55d8b /client/game.tscn | |
| parent | bcb1105f8103e20e716e9a3cfb9c0d5cb11db765 (diff) | |
| download | hurrycurry-6173d3e9a45f17dc92318d11786c5631143808e5.tar hurrycurry-6173d3e9a45f17dc92318d11786c5631143808e5.tar.bz2 hurrycurry-6173d3e9a45f17dc92318d11786c5631143808e5.tar.zst  | |
Add hint system
Diffstat (limited to 'client/game.tscn')
| -rw-r--r-- | client/game.tscn | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/client/game.tscn b/client/game.tscn index e57c233d..82fef27a 100644 --- a/client/game.tscn +++ b/client/game.tscn @@ -7,7 +7,7 @@  [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://bpikve6wlsjfl" path="res://menu/overlay.tscn" id="7_7xrr6"] -[ext_resource type="PackedScene" uid="uid://b21nrnkygiyjt" path="res://menu/server_message.tscn" id="9_l5d71"] +[ext_resource type="PackedScene" uid="uid://b21nrnkygiyjt" path="res://menu/popup_message.tscn" id="9_l5d71"]  [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_py7px"]  ground_bottom_color = Color(0.0826605, 0.065772, 0.0461518, 1) @@ -63,4 +63,4 @@ mouse_filter = 2  theme_override_colors/font_outline_color = Color(0, 0, 0, 1)  theme_override_constants/outline_size = 5 -[node name="ServerMessage" parent="." instance=ExtResource("9_l5d71")] +[node name="PopupMessage" parent="." instance=ExtResource("9_l5d71")]  |