was_moved flag is removed because it's not used

This commit is contained in:
BlackMATov
2020-02-13 14:01:08 +07:00
parent a44f19eae7
commit 6dbb4bbed0
7 changed files with 9 additions and 97 deletions

View File

@@ -6,6 +6,15 @@
"prototype" : "../prefabs/camera_prefab.json"
},{
"prototype" : "../prefabs/layout_prefab.json",
"components" : {
"actor" : {
"translation" : [-250,0]
},
"layout" : {
"size" : [500,200],
"halign" : "space_evenly"
}
},
"children" : [{
"prototype" : "../prefabs/layout_prefab.json",
"components" : {

View File

@@ -9,9 +9,6 @@ local layout = {
---@type boolean
dirty = false,
---@type boolean
was_moved = false,
---@type layout_modes
mode = layout.modes.horizontal,