Build distribution & Misc

* Added asset archives for distributed builds
* Added platform specific classification for files
* Changed save directory from "WT SILVER" to "WTS"
* Changed executable name from "WT SILVER" to "WTS"
* Removed redundant font file
* Moved mods.rpy to scripts directory
This commit is contained in:
LoafyLemon 2022-05-27 23:05:06 +01:00
parent a4e953ecf3
commit 8363c69a6b
4 changed files with 57 additions and 33 deletions

BIN
game/fonts/CREABBB.TTF (Stored with Git LFS)

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -415,6 +415,8 @@ init python:
#config.all_character_callbacks.append(e.catch) # This is more efficient.
config.start_interact_callbacks.append(e.catch) # This allows to catch more statements and reset them if node types don't match.
else:
e = dict() # Hotkey crashes on release otherwise.
screen editor():
zorder 50