Skip to content

Commit

Permalink
Version bump: power saving mode now working
Browse files Browse the repository at this point in the history
Enabling the power saving mode will, on some systems, use less
CPU resources by only redrawing sprites when a change has been made.

This has not been fully tested on MacOS.
  • Loading branch information
halfburnttoast committed Sep 14, 2022
1 parent 9aea40b commit 44bc8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dungeon_cross.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from save_game import SaveFile
from debug_timer import debug_timer

VERSION = "v0.22.0-OPT_TEST_2"
VERSION = "v0.23.0"
G_LOG_LEVEL = logging.DEBUG
TILE_SIZE = 90
G_RESOLUTION = (TILE_SIZE * 9, TILE_SIZE * 9)
Expand Down

0 comments on commit 44bc8ab

Please sign in to comment.