Compare commits

...

4 Commits

Author SHA1 Message Date
32cf1de3a0 Auto-cleanup public variables
I chose not to add them directly in the screen, to keep it readable
but even though they're still global variables, now they are dynamic and cleaned as soon as we exit the menu
2023-11-15 23:06:04 +01:00
c493a4b9aa Clean most stats variables from the global store 2023-11-15 22:51:38 +01:00
1618fc378f Fix genie reform 2023-11-15 22:51:10 +01:00
bbc1df1ea6 Use define for constants 2023-11-15 21:34:14 +01:00
2 changed files with 113 additions and 133 deletions

View File

@ -12,7 +12,7 @@ layeredimage genie_stats:
always "genie_bbase" always "genie_bbase"
always "genie_outfit_robes" always "genie_outfit_robes"
always "genie_robes" always "genie_goatee"
# TODO: Add outfit support; Low priority # TODO: Add outfit support; Low priority

File diff suppressed because it is too large Load Diff