more editor work on handling entity spawns

This commit is contained in:
lustlion
2022-03-10 10:21:10 +01:00
parent 6e76607030
commit 39b65571a0
10 changed files with 91 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
Fairy = Entity:new()
Fairy.type = "Fairy"
Fairy.display = Animation:new(animation.fairy.flying)
function Fairy:new(x,y)
local o = Entity:new(x,y)