Initial commit

This commit is contained in:
Jacoder23 2024-04-05 13:40:52 +08:00
commit d0a3798dd2
67 changed files with 4612 additions and 0 deletions

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
# Exclude rpyc files, except the ones in old-game
*.rpyc
!old-game/**
*.rpyc~
*.rpymc
*.rpy~
log.txt
*.save
*.psd
.vscode/
game/saves/persistent
*.bak
cache/
game/cache/bytecode.rpyb
game/cache/pyanalysis.rpyb
game/cache/screens.rpyb
game/saves/navigation.json
traceback.txt
errors.txt
game/saves/navigation.json
game/script_version.txt
game/saves/sync/**