diff options
author | Viljami Ilola <+@hix.fi> | 2024-03-18 13:05:58 +0200 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-03-18 13:05:58 +0200 |
commit | b00fe8fe50392a75529864fe03399fa3a0976143 (patch) | |
tree | 4f61dbc5b771605984bb3c34d0b8a423c8a8c24c /src/sliceitoff/display | |
parent | 8781f3b04dff7434d302f7606cdcb0d2c1523cf8 (diff) |
internal resolution x10. get rid of rest get_sprites functions
Diffstat (limited to 'src/sliceitoff/display')
-rw-r--r-- | src/sliceitoff/display/static.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sliceitoff/display/static.py b/src/sliceitoff/display/static.py index 1678994..af1cc67 100644 --- a/src/sliceitoff/display/static.py +++ b/src/sliceitoff/display/static.py @@ -1,2 +1,2 @@ -INTERNAL_WIDTH = 40_000 -INTERNAL_HEIGHT = 30_000 +INTERNAL_WIDTH = 400_000 +INTERNAL_HEIGHT = 300_000 |