finished 1-stage

This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-06 15:31:31 -07:00
parent d4a89fcbc9
commit 29919b2cdc
38 changed files with 618 additions and 126 deletions

View file

@ -208,6 +208,9 @@ func _on_play_button_pressed() -> void:
func _physics_process(_delta: float) -> void:
if (playing):
if (index > loaded_frames.size()):
_on_stop_button_pressed()
return
var j = 0
for i in stage["bit_mapping"]:
if (loaded_frames[index][j]):