Use spritesheets to reduce time spent sending PNG assets by 90+%

This commit is contained in:
Tad Hardesty
2018-05-09 22:44:57 -05:00
committed by letterjay
parent 3d0ae0255b
commit 111ad79eab
17 changed files with 351 additions and 133 deletions
+5 -2
View File
@@ -6,9 +6,12 @@ if [ "$BUILD_TOOLS" = false ]; then
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-host i686-unknown-linux-gnu
source ~/.profile
git clone --branch $RUST_G_VERSION https://github.com/tgstation/rust-g
mkdir rust-g
cd rust-g
git init
git remote add origin https://github.com/tgstation/rust-g
git fetch --depth 1 origin $RUST_G_VERSION
git checkout FETCH_HEAD
cargo build --release
mkdir -p ~/.byond/bin