AST3_C/update_levels.sh

6 lines
168 B
Bash
Raw Normal View History

#!/bin/sh
echo "#define LEVEL_MAX $(ls editor/levels/[^0]*.lvl | wc -l)
#define PLAYER_HEIGHT 11
#define FPS 70" > generated/include/define.h
2021-03-23 00:04:01 +01:00
python3 compile_levels.py