Refactor HUD and level names for internationalization; update tooltip texts and descriptions
This commit is contained in:
@@ -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("."),
|
||||
|
@@ -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"),
|
||||
|
@@ -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"),
|
||||
|
@@ -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"),
|
||||
|
@@ -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"),
|
||||
|
Reference in New Issue
Block a user