Updates to libstormgames submodule. Updated the game to use the menu improvements. Started work on survival mode.

This commit is contained in:
Storm Dragon
2025-09-07 03:13:25 -04:00
parent 76a49baa15
commit ce353d0ed9
6 changed files with 399 additions and 119 deletions

View File

@@ -5,7 +5,11 @@ a = Analysis(
['wicked_quest.py'],
pathex=[],
binaries=[],
datas=[],
datas=[
('levels', 'levels'),
('sounds', 'sounds'),
('libstormgames', 'libstormgames'),
],
hiddenimports=[],
hookspath=[],
hooksconfig={},