fixed checksum and added seed-based chest spawning order

This commit is contained in:
Derek
2025-03-28 08:35:21 -05:00
parent 97bb2c9852
commit 1422992c13
8 changed files with 31 additions and 42 deletions

View File

@@ -326,7 +326,6 @@ func mark_anim_rot():
var time = anim_player.current_animation_position
var rot = anim_rot_body.rotation
var pos = anim_rot_body.position
print("MARK STATS : ",{"time" : time,"rot" : rot,"pos" : pos})
spawn_av_lv.append({"time" : time,"rot" : rot,"pos" : pos})
func solve_anim_av_lv():