iso-engine load all outdoor sections

This commit is contained in:
2022-06-12 19:21:00 +00:00
parent 8b22b3a5c4
commit 1371886ec3
3 changed files with 27 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
(let [valleydy (Scenario.fromBasFile "Blades of Avernum Scenarios/Valley of Dying Things/valleydy.bas")]
(addSprites
// 2D nth >:)
(nth valleydy.outdoorSections 0 0))))
(nth valleydy.outdoorSections 0 2))))
(var SELECTED_COLOR FlxColor.LIME)
(var NORMAL_COLOR FlxColor.WHITE)