rework l'ui et équilibrage général

This commit is contained in:
2025-11-09 15:56:09 +01:00
parent a8bb09407e
commit 1179e04956
24 changed files with 405 additions and 364 deletions

View File

@@ -18,6 +18,9 @@ func get_description() -> String:
return machine_type.description
return ""
func get_energy_used() -> int:
return 0
func get_icon() -> Texture2D:
return preload("res://common/icons/cube-3d-sphere.svg")