Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 523 Bytes

File metadata and controls

21 lines (14 loc) · 523 Bytes

assets

Repository for binary asset files (sound files, images, installer files). These files will be used by the game in one way or another, typically packaged with it when the installer is built.

Install Git LFS

Needed to upload files over 100MB.

See:

  curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
  sudo apt-get update
  sudo apt-get install git-lfs
  git lfs install