mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-03-28 10:03:34 +01:00
add sim.TOOL_MIX, fixes #414
This commit is contained in:
parent
b0f3b2a36b
commit
ec417095b9
@ -772,6 +772,7 @@ void LuaScriptInterface::initSimulationAPI()
|
||||
SETCONST(l, TOOL_AIR);
|
||||
SETCONST(l, TOOL_PGRV);
|
||||
SETCONST(l, TOOL_NGRV);
|
||||
SETCONST(l, TOOL_MIX);
|
||||
lua_pushinteger(l, luacon_sim->tools.size()); lua_setfield(l, -2, "TOOL_WIND");
|
||||
SETCONST(l, DECO_DRAW);
|
||||
SETCONST(l, DECO_CLEAR);
|
||||
|
Loading…
x
Reference in New Issue
Block a user