Stable jam build with resource errors fixed.
This commit is contained in:
parent
7b47e847ae
commit
2db69a689b
57 changed files with 22 additions and 1232 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue