playground and object drawer skeleton

This commit is contained in:
2023-07-06 16:35:14 +02:00
parent 701205ac82
commit 2fcf6f4fdc
11 changed files with 56 additions and 20 deletions

View File

@@ -14,6 +14,7 @@ type KeyMap struct {
type ScreenSettings struct {
Width int
Height int
Scale int
}
type Settings struct {