Skip to content

Commit e67c2a0

Browse files
Merge branch 'master' into Publishing_Branch_Playground_Steam
2 parents b84d6ba + 4dbfff9 commit e67c2a0

File tree

12 files changed

+60
-58
lines changed

12 files changed

+60
-58
lines changed

assets/i18n/localization.csv

Lines changed: 52 additions & 51 deletions
Large diffs are not rendered by default.
48 Bytes
Binary file not shown.
28 Bytes
Binary file not shown.
32 Bytes
Binary file not shown.
72 Bytes
Binary file not shown.
28 Bytes
Binary file not shown.
1.7 KB
Binary file not shown.
36 Bytes
Binary file not shown.

global/const/game.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const WORKER_RESOURCE_ID: String = "worker"
66
const WORKER_ROLE_RESOURCE: Array[String] = [WORKER_RESOURCE_ID, "swordsman"]
77

88
const VERSION_MAJOR: String = "DEMO"
9-
const VERSION_MINOR: String = "1.4.3"
9+
const VERSION_MINOR: String = "1.4.4"
1010

1111
const PARAMS: Dictionary = PARAMS_PROD #PARAMS_PROD #PARAMS_DEBUG
1212

resources/game_data/worker_role/worker_role.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func get_info() -> String:
5252
var worker_names: Array = WorkerRole.get_display_names_of(worker_consume.keys())
5353
info += (", -%s " + (", -%s ".join(worker_names))) % worker_consume.values()
5454

55-
var label_seconds = Locale.get_ui_label("seconds") # "s" #"seconds"
55+
var label_seconds: String = Locale.get_ui_label("seconds") # "s" #"seconds"
5656

5757
var cycle_seconds: String = "%1.1f" % SaveFile.get_cycle_seconds()
5858
info += " / %s %s" % [cycle_seconds, label_seconds]

0 commit comments

Comments
 (0)