fixes to dynamic background

This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-19 11:16:22 -07:00
parent b2553b4cf2
commit 7733b0cab4
6 changed files with 10 additions and 9 deletions

View file

@ -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()