fix post-proto
* ajout d'un fondu de musique au changement de phase * résolution de bugs en tout genre
This commit is contained in:
@@ -26,7 +26,7 @@ func get_icon() -> Texture2D:
|
||||
|
||||
func use_text() -> String:
|
||||
if machine_type:
|
||||
return tr("BUILD_%s") % machine_type.name
|
||||
return tr("BUILD_%s") % tr(machine_type.name)
|
||||
return ""
|
||||
|
||||
func is_one_time_use():
|
||||
|
||||
Reference in New Issue
Block a user