More biome tuning. Start in middle of first generated block.

This commit is contained in:
Anna Rose Wiggins 2019-12-05 23:09:01 -05:00
parent 3985c3e301
commit 7393e5fbe9
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +1,5 @@
function init_movement()
camera_pos = {0, 0}
function init_movement(start_pos)
camera_pos = start_pos
-- [1] is vertical facing, [2] is horizontal, -1 is up/left, 0 is neutral,
-- and 1 is down/right