This commit is contained in:
kaia 2024-03-26 17:32:05 -05:00
parent 17cdc19a56
commit 3173b21368
11 changed files with 427 additions and 321 deletions

File diff suppressed because one or more lines are too long

View file

@ -60,3 +60,4 @@ func _on_toggle_visibility_pressed():
$Eyes.position = Vector2(-21,12)
else:
$Eyes.position = Vector2(209,12)
$Area2D2/CollisionShape2D.disabled = !$NinePatchRect.visible

File diff suppressed because one or more lines are too long