Further loading/saving work

This commit is contained in:
2023-04-09 17:33:07 -05:00
parent 6daeabe66e
commit fd882743b8
6 changed files with 74 additions and 33 deletions

View File

@@ -1,6 +1,8 @@
# Python imports
# Lib imports
import gi
from gi.repository import GLib
# Application imports
@@ -15,6 +17,7 @@ class WidgetSaveLoadController:
super(WidgetSaveLoadController, self).__init__()
self.saveable_data = []
self.save_collection = {
"uuid": "",
"width": -1,
"height": -1,
"x": 0,