fixes to dynamic background
This commit is contained in:
parent
b2553b4cf2
commit
7733b0cab4
6 changed files with 10 additions and 9 deletions
|
@ -51,10 +51,7 @@ func _ready() -> void:
|
|||
out_flows.push_back(out_flow)
|
||||
prev_frame_held.push_back(false)
|
||||
|
||||
var file = FileAccess.open("res://UI/CybersMenuRandom.txt", FileAccess.READ)
|
||||
var content = file.get_as_text()
|
||||
loaded_frames = []
|
||||
for frame_string in content.split(","):
|
||||
for frame_string in RandomMovements.Cybers:
|
||||
if (frame_string == ""): continue
|
||||
var check_frame_split = frame_string.split()
|
||||
check_frame_split.reverse()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue