more editor work on handling entity spawns
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Player = Entity:new()
|
||||
Player.type = "Player"
|
||||
Player.display = Animation:new(animation.nancy.idle)
|
||||
|
||||
function Player:new(x,y)
|
||||
local o = Entity:new(x,y)
|
||||
|
||||
Reference in New Issue
Block a user