Stable jam build with resource errors fixed.

This commit is contained in:
Henry 2026-03-05 19:02:14 +00:00
parent 7b47e847ae
commit 2db69a689b
57 changed files with 22 additions and 1232 deletions

View file

@ -24,7 +24,7 @@ func _ready():
$Heart.monitoring = false
$Heart.monitorable = false
func _process(delta: float) -> void:
func _process(_delta: float) -> void:
if pause == true: return