Remove debug print statements from requirement_component and game_manager; update project settings for movie writer

This commit is contained in:
2025-05-03 08:30:18 +02:00
parent 68f358feee
commit e286908e46
3 changed files with 5 additions and 7 deletions

View File

@@ -20,7 +20,6 @@ func _ready() -> void:
func on_collected(amount: int, type: CollectableResource.CollectableType) -> void:
print("Collected: ", amount, " of type: ", str(type))
if type != requirement_type:
return
add_progress(amount)