Implement new project creation

This commit is contained in:
2024-03-03 20:17:42 +01:00
parent 2b9505b7b3
commit 7b07074989
3 changed files with 60 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ class Project:
self.char_res=(0,0)
self.path=None
self.loaded=False
self.modified=False
def load(self,path):