first draft of finale sequence finished

This commit is contained in:
ameworm 2026-02-10 17:06:21 -03:00
parent 95e09d6fb8
commit 4e6be17c1a
21 changed files with 94 additions and 9 deletions

31
.gitignore vendored Normal file
View file

@ -0,0 +1,31 @@
# Created by https://www.toptal.com/developers/gitignore/api/renpy
# Edit at https://www.toptal.com/developers/gitignore?templates=renpy
### Renpy ###
# Don't track content of these folders #
########################################
cache/
saves/
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.rpyc
*.rpymc
# The log file and other misc things #
######################################
log.txt
errors.txt
traceback.txt
files.txt
# End of https://www.toptal.com/developers/gitignore/api/renpy