Initial commit, based on .tar.gz file as provided by 3DR , see SOURCE file

This commit is contained in:
Buzz
2017-07-29 17:55:41 +10:00
commit 24d15eb032
674 changed files with 428002 additions and 0 deletions

13
artoo/scripts/run-assetgen.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
#
# run just the assetgen step, as a way to test asset config
# locally, before committing.
#
# intended to be run from the project's top level directory.
# should match the invocation in the Tupfile.
#
python tools/assetgen.py resources/assets.cfg src --show-stats
echo assetgen complete