mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-03-27 23:39:38 -06:00
17 lines
385 B
Batchfile
17 lines
385 B
Batchfile
@echo off
|
|
|
|
set TS=%1
|
|
if "%TS%" == "" set TS=24
|
|
echo Input Tile size: %TS%
|
|
echo --- Extracting templates ---
|
|
TemplateExtractor -ts %TS% -n grassyNames.txt -tc grassy.tc -art grassyTemplates.png
|
|
echo.
|
|
echo --- Building 16-pixel tile .pdb ---
|
|
call updGrassy16
|
|
echo.
|
|
echo --- Building 24-pixel tile .pdb ---
|
|
call updGrassy24
|
|
echo.
|
|
echo --- Building 32-pixel tile .pdb ---
|
|
call updGrassy32
|