More biome tuning. Start in middle of first generated block.
This commit is contained in:
parent
3985c3e301
commit
7393e5fbe9
3 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue