MENY
[carveJwlIkooP6JGAAIwe30JlM.git] / build.sh
index 0b958721a60804f5854e175e43499f9694830e6a..89208061a7ca6fed988a564a5eca8969bb3892bb 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -57,7 +57,7 @@ compile_miniaudio(){
 # TODO
 run_game(){
    cd $_linux_folder
-   ./skaterift
+   ./skaterift --samples=4
    cd ./../
 }
 
@@ -73,6 +73,10 @@ delay_run_game(){
 }
 
 link_content(){
+   unlink $1/textures
+   unlink $1/models
+   unlink $1/sound
+
    ln -srf bin/content/textures $1/textures
    ln -srf bin/content/models $1/models
    ln -srf bin/content/sound $1/sound