Checkin the zipped blend file, it's 5x smaller, better for git lfs....

main
Cameron Murphy Reikes 11 months ago
parent 1fd5407895
commit 59de84431c

5
.gitignore vendored

@ -11,6 +11,11 @@ art/exported/
# Exported web builds are zipped into zip files in the root of the repo
*.zip
# We checkin the zipped art blend to keep stuff small, the file compresses really well apparently...
!art/art.zip
art/art.blend
# ctags
tags

@ -4,6 +4,8 @@ RPG GPT. Short experience
![Western Frontier](https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Distribution_of_US_Rural_Population_during_1900.pdf/page1-1280px-Distribution_of_US_Rural_Population_during_1900.pdf.jpg)
# Important Building Steps and Contribution Notes
Every time you checkin/clone the project, you have to unzip art.blend... If this is annoying to you, make a git hook
Be very cautious about committing a change to any large asset files, i.e the art.blend and png files. Every time you do so, even if you change one little thing like moving the player somewhere, you copy the entire file in git lfs, ballooning the storage usage of the git project on the remote. So just try to minimize edits to those big files.
You must clone with git lfs is, and download git lfs files in this repository. If you don't know what that is, google it

BIN
art/art.blend (Stored with Git LFS)

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save