Skip to content

Commit

Permalink
Spawn player in middle of screen
Browse files Browse the repository at this point in the history
  • Loading branch information
sornas committed Nov 10, 2019
1 parent 82c9abc commit 660720b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ end
-- Creation functions

function init_objects()
player = spawn("player", {x = 60, height = 80})
player = spawn("player", {})
curr_damage = 1

enemies = {}
Expand Down

0 comments on commit 660720b

Please sign in to comment.