tests/lua/README.md
author nemo
Thu, 24 May 2018 13:04:56 -0400
changeset 13408 9c9d29be9e00
parent 12648 5bc6fb5da42f
permissions -rw-r--r--
make all bullets function similar to machinegun bullets (can hit/shove objects without checkin)

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.