Compare commits
No commits in common. "main" and "Chibis" have entirely different histories.
@ -9,6 +9,6 @@ end_of_line = lf
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.{py,rpy,rpym}]
|
[*.{py,rpy}]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -36,15 +36,12 @@ pip-log.txt
|
|||||||
*.rpymc
|
*.rpymc
|
||||||
project.json
|
project.json
|
||||||
.android.json
|
.android.json
|
||||||
buildinfo.py
|
|
||||||
|
|
||||||
# Ren'py data
|
# Ren'py data
|
||||||
game/saves/
|
game/saves/
|
||||||
game/cache/
|
game/cache/
|
||||||
project.json
|
project.json
|
||||||
android.json
|
android.json
|
||||||
*.keystore
|
|
||||||
*.pem
|
|
||||||
|
|
||||||
# Ren'py logs
|
# Ren'py logs
|
||||||
traceback.txt
|
traceback.txt
|
||||||
|
BIN
android-icon_background.png
(Stored with Git LFS)
BIN
android-icon_background.png
(Stored with Git LFS)
Binary file not shown.
BIN
android-icon_foreground.png
(Stored with Git LFS)
BIN
android-icon_foreground.png
(Stored with Git LFS)
Binary file not shown.
BIN
android-presplash.jpg
(Stored with Git LFS)
BIN
android-presplash.jpg
(Stored with Git LFS)
Binary file not shown.
2
game/characters/.gitignore
vendored
2
game/characters/.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
# We don't want to include PNGs in GIT
|
|
||||||
*.png
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user