mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 06:00:15 +02:00
add sim.TOOL_MIX, fixes #414
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user