mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 03:39:57 +02:00
Add gravity field manipulation to Lua api, move gravity processing to after the particle update (Means a delay of 1 frame, but we get the ability to manipulate the field with Lua)
This commit is contained in:
@@ -21,7 +21,9 @@ int luatpt_setpause(lua_State* l);
|
||||
int luatpt_togglepause(lua_State* l);
|
||||
int luatpt_setconsole(lua_State* l);
|
||||
int luatpt_log(lua_State* l);
|
||||
int luatpt_reset_pressure(lua_State* l);
|
||||
int luatpt_set_pressure(lua_State* l);
|
||||
int luatpt_set_gravity(lua_State* l);
|
||||
int luatpt_reset_gravity_field(lua_State* l);
|
||||
int luatpt_reset_velocity(lua_State* l);
|
||||
int luatpt_reset_spark(lua_State* l);
|
||||
int luatpt_set_property(lua_State* l);
|
||||
|
Reference in New Issue
Block a user