tests/lua/README.md
author alfadur
Fri, 09 Mar 2018 23:34:46 +0100
changeset 13156 deab88f1f6f7
parent 12648 5bc6fb5da42f
permissions -rw-r--r--
Improve appearance of bullet trails, slight fade out at beginning This especially improves the appearance of minigun bullet trails

Lua scripts for engine testing. These scripts are the same as other Lua scripts
in Hedgewars, but you ought to call `EndLuaTest(TEST_SUCCESSFUL)` or
`EndLuaTest(TEST_FAILED)` when the test is completed.