Refactor HUD and level names for internationalization; update tooltip texts and descriptions

This commit is contained in:
2025-05-25 15:16:55 +02:00
parent 25676db130
commit 5da55f3718
19 changed files with 39 additions and 27 deletions

View File

@@ -7,8 +7,8 @@
[resource]
script = ExtResource("1_etxe2")
name = "Brick power"
description = "Allows you to throw bricks at enemies"
name = "BRICK_POWER"
description = "BRICK_POWER_DESCRIPTION"
node = ExtResource("1_5gnea")
config = {
"player_controller": NodePath("."),

View File

@@ -8,8 +8,8 @@
[resource]
script = ExtResource("3_cgsq1")
name = "Explosive brick"
description = "Allows you to throw explosive bricks at enemies"
name = "EXPLOSIVE_BRICK"
description = "EXPLOSIVE_BRICK_DESCRIPTION"
node = ExtResource("2_e0o8w")
config = {
"brick_scene": ExtResource("1_6pfoa"),

View File

@@ -8,8 +8,8 @@
[resource]
script = ExtResource("1_2j5ko")
name = "Fire brick"
description = "Allows you to throw fire bricks at enemies"
name = "FIRE_BRICK"
description = "FIRE_BIRCK_DESCRIPTION"
node = ExtResource("1_g53fp")
config = {
"brick_scene": ExtResource("1_2g43l"),

View File

@@ -8,8 +8,8 @@
[resource]
script = ExtResource("2_pspkt")
name = "Ice brick"
description = "Allows you to throw ice bricks at enemies"
name = "ICE_BRICK"
description = "ICE_BRICK_DESCRIPTION"
node = ExtResource("1_rflri")
config = {
"brick_scene": ExtResource("1_ci3d1"),

View File

@@ -6,8 +6,8 @@
[resource]
script = ExtResource("1_r01oq")
name = "Magnetic"
description = "Attract coins"
name = "MAGNETIC"
description = "MAGNETIC_DESCRIPTION"
node = ExtResource("1_er41s")
config = {
"magnetic_area": NodePath("MagneticArea"),