remove unnecessary assets, add setting persistence

This commit is contained in:
Brian Beck 2025-11-13 23:41:10 -08:00
parent 6ae7a19332
commit fc4146c824
70 changed files with 180 additions and 18618 deletions

6
.gitignore vendored
View file

@ -131,3 +131,9 @@ dist
.DS_Store
.tshy
# GameData folder with actual .vl2 files (unextracted) in it. Some scripts like
# `extract-assets` and `generate-manifest` look at this to extract or build the
# list of files. Once someone builds this, it's not really necessary for other
# developers to have this folder.
GameData