tests/lua/README.md
author unC0Rr
Fri, 09 Dec 2022 08:18:50 +0100
changeset 15898 046182f1080b
parent 12643 5bc6fb5da42f
permissions -rw-r--r--
Optimize doStepSnowflake a bit, losing backwards compatibility

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.