diff --git a/example/run.bat b/example/run.bat index 1672a94..bcd8fd6 100644 --- a/example/run.bat +++ b/example/run.bat @@ -6,4 +6,4 @@ rem It will make atlas.png and atlas.odin based on the stuff in `textures` and ` rem If the atlas builder succeeds then we run the stuff in the current directory, rem which is the example that shows how to use atlas and do atlased animations. -odin run .. -vet -strict-style && odin run . -vet -strict-style +odin run ../atlas_builder.odin -file -vet -strict-style && odin run . -vet -strict-style diff --git a/example/run.sh b/example/run.sh old mode 100644 new mode 100755 index 0caff14..5693dea --- a/example/run.sh +++ b/example/run.sh @@ -6,4 +6,4 @@ # If the atlas builder succeeds then we run the stuff in the current directory, # which is the example that shows how to use atlas and do atlased animations. -odin run .. -vet -strict-style && odin run . -vet -strict-style -out:example.bin \ No newline at end of file +odin run ../atlas_builder.odin -file -vet -strict-style && odin run . -vet -strict-style -out:example.bin