finished 1-stage
This commit is contained in:
parent
d4a89fcbc9
commit
29919b2cdc
38 changed files with 618 additions and 126 deletions
|
@ -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]):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue