Compare commits
2 commits
5e7f79f32d
...
b3f56dca3a
Author | SHA1 | Date | |
---|---|---|---|
|
b3f56dca3a | ||
|
e659377644 |
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,2 +1,14 @@
|
||||||
# n'enregistre pas les fichiers renpy compilés
|
# n'enregistre pas les fichiers renpy compilés
|
||||||
*.rpyc
|
*.rpyc
|
||||||
|
|
||||||
|
log.txt
|
||||||
|
traceback.txt
|
||||||
|
|
||||||
|
game/saves/
|
||||||
|
.vscode/settings.json
|
||||||
|
game/cache/bytecode-39.rpyb
|
||||||
|
game/cache/py3analysis.rpyb
|
||||||
|
game/cache/screens.rpyb
|
||||||
|
game/saves/navigation.json
|
||||||
|
game/saves/persistent
|
||||||
|
game/tl/None/common.rpymc
|
||||||
|
|
BIN
game/cache/bytecode-39.rpyb
vendored
BIN
game/cache/bytecode-39.rpyb
vendored
Binary file not shown.
BIN
game/cache/py3analysis.rpyb
vendored
BIN
game/cache/py3analysis.rpyb
vendored
Binary file not shown.
BIN
game/cache/screens.rpyb
vendored
BIN
game/cache/screens.rpyb
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue