Cleanup logs, make prints more uniform.

This commit is contained in:
JonShard
2026-08-14 10:02:26 +02:00
parent 9e0c3ed174
commit f28c987a3a
26 changed files with 184 additions and 184 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ func get_food_items() -> Array[FoodItem]:
func _ready() -> void:
if not dirty_node:
push_error("Plate is missing its dirty_node")
SweetLogger.warning("{0} missing dirty_node reference", [name])
dirty_node.visible = is_dirty