diff --git a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/persistence.rs b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/persistence.rs index a566a9225..996dcb67b 100644 --- a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/persistence.rs +++ b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/persistence.rs @@ -1126,8 +1126,10 @@ mod tests { } }, "children_display_mode": "Stack", - "children": [] - }] + "children": [], + "offset": { "min": [0.0, 0.0], "max": [0.0, 0.0] } + }], + "offset": { "min": [0.0, 0.0], "max": [0.0, 0.0] } } }], "ui_design_images": { @@ -1309,7 +1311,8 @@ mod tests { }, "component": null, "children_display_mode": "Stack", - "children": [] + "children": [], + "offset": { "min": [0.0, 0.0], "max": [0.0, 0.0] } } }], "ui_design_images": { @@ -1543,7 +1546,8 @@ mod tests { } }, "children_display_mode": "Stack", - "children": [] + "children": [], + "offset": { "min": [0.0, 0.0], "max": [0.0, 0.0] } } }], "ui_design_images": {