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