forked from Cavemanon/Farelie-game
Indent the script a little with labels in particular. Call instead of jump for checking endings. Add in new textboxes and adjust positioning. Add menu at the end of the story similar to sluggish. Add Pan skip.
57 lines
551 B
Plaintext
57 lines
551 B
Plaintext
# macOS-related files
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Windows-related files
|
|
Thumbs.db
|
|
Thumbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
[Dd]esktop.ini
|
|
|
|
#Textfile cruft
|
|
/project.json
|
|
/traceback.txt
|
|
/errors.txt
|
|
/log.txt
|
|
log.txt
|
|
errors.txt
|
|
traceback.txt
|
|
|
|
|
|
#Vim swap files
|
|
.sw?
|
|
*~
|
|
*.bak
|
|
|
|
#save files & cache files
|
|
/game/saves/
|
|
/game/saves/*
|
|
/game/cache/*
|
|
/game/cache
|
|
saves
|
|
tmp
|
|
cache
|
|
env
|
|
|
|
#binary files
|
|
*.rpyc
|
|
*.rpyb
|
|
*.rpymc
|
|
*.pyc
|
|
*.pyo
|
|
|
|
#Vim (best text editor) swap files
|
|
.sw?
|
|
|
|
#binary files
|
|
*.rpyc
|
|
*.rpymc
|
|
|
|
#backups
|
|
*.bak
|
|
|
|
#android
|
|
.android.json
|