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