fixed all entities instanced an entity when grabbing functions from parent Entity. now it just sets metatable
This commit is contained in:
@@ -2,7 +2,7 @@ return {
|
||||
name = "Dev Level",
|
||||
tileset = tileset.library,
|
||||
properties = {
|
||||
darkness = false
|
||||
darkness = true
|
||||
},
|
||||
tiles = {
|
||||
{ 1, 4, 0, 0, 0, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},
|
||||
@@ -32,7 +32,8 @@ return {
|
||||
spawns = {
|
||||
{Fairy,{100,88}},
|
||||
{HookAnchor,{200,89,100}},
|
||||
{HookAnchor,{400,89,120}}
|
||||
{HookAnchor,{400,89,120}},
|
||||
{Candelabra,{328,297}}
|
||||
},
|
||||
rooms = {
|
||||
{{96,64},{544,320}},
|
||||
|
||||
Reference in New Issue
Block a user