aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-08-19 15:16:02 +0200
committertpart <tpart120@proton.me>2024-08-19 15:16:02 +0200
commitd94b3975d63d5c4ced02ad99d643bbce429cd75c (patch)
tree98574fd9925f6a98dcf83f12463209ee0494af38
parentf632a32132fd036a457513c833aafb843e077921 (diff)
downloadhurrycurry-d94b3975d63d5c4ced02ad99d643bbce429cd75c.tar
hurrycurry-d94b3975d63d5c4ced02ad99d643bbce429cd75c.tar.bz2
hurrycurry-d94b3975d63d5c4ced02ad99d643bbce429cd75c.tar.zst
Godot 4.3 related changes
-rw-r--r--client/map/progress.gd1
-rw-r--r--client/menu/main.tscn2
-rw-r--r--client/player/item_bubble.tscn2
3 files changed, 2 insertions, 3 deletions
diff --git a/client/map/progress.gd b/client/map/progress.gd
index 52415b95..94670651 100644
--- a/client/map/progress.gd
+++ b/client/map/progress.gd
@@ -21,4 +21,3 @@ func set_progress(progress: float, bad: bool):
var mat: ShaderMaterial = self.get_active_material(0)
mat.set_shader_parameter("progress", progress)
mat.set_shader_parameter("bad", bad)
-
diff --git a/client/menu/main.tscn b/client/menu/main.tscn
index cee3003d..94726109 100644
--- a/client/menu/main.tscn
+++ b/client/menu/main.tscn
@@ -46,8 +46,8 @@ theme_override_constants/margin_bottom = 20
layout_mode = 2
[node name="title" type="Label" parent="side/margin/options"]
+auto_translate_mode = 2
layout_mode = 2
-auto_translate = false
theme_override_colors/font_outline_color = Color(0.566408, 0.208917, 0.266045, 1)
theme_override_constants/outline_size = 10
theme_override_fonts/font = SubResource("FontVariation_htgmg")
diff --git a/client/player/item_bubble.tscn b/client/player/item_bubble.tscn
index 89cd89ad..8189cfc0 100644
--- a/client/player/item_bubble.tscn
+++ b/client/player/item_bubble.tscn
@@ -45,10 +45,10 @@ transparent_bg = true
size = Vector2i(256, 256)
[node name="ItemMessage" type="PanelContainer" parent="SubViewport"]
+auto_translate_mode = 2
offset_right = 256.0
offset_bottom = 256.0
size_flags_vertical = 3
-auto_translate = false
theme_override_styles/panel = SubResource("StyleBoxFlat_dpele")
[node name="VBoxContainer" type="VBoxContainer" parent="SubViewport/ItemMessage"]