mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 08:07:17 +07:00
was_moved flag is removed because it's not used
This commit is contained in:
@@ -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" : {
|
||||
|
||||
@@ -9,9 +9,6 @@ local layout = {
|
||||
---@type boolean
|
||||
dirty = false,
|
||||
|
||||
---@type boolean
|
||||
was_moved = false,
|
||||
|
||||
---@type layout_modes
|
||||
mode = layout.modes.horizontal,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user