tests/lua/README.md
author nemo
Tue, 24 Oct 2017 18:55:19 -0400
changeset 12759 df9d9d19406a
parent 12643 5bc6fb5da42f
permissions -rw-r--r--
w is in pixels, so presumably this needs to be *4

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.