mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 19:51:45 +02:00
Lua autorun, fixes #99
This commit is contained in:
@@ -225,6 +225,8 @@ tpt.partsdata = nil");
|
|||||||
lua_el_mode[i] = 0;
|
lua_el_mode[i] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Autorun
|
||||||
|
luacon_eval("dofile(\"autorun.lua\")"); //Autorun lua script
|
||||||
}
|
}
|
||||||
|
|
||||||
bool LuaScriptInterface::OnBrushChanged(int brushType, int rx, int ry)
|
bool LuaScriptInterface::OnBrushChanged(int brushType, int rx, int ry)
|
||||||
|
Reference in New Issue
Block a user