mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 19:00:33 +02:00
added lua command: tpt.setfpscap(int FPSCap)
This commit is contained in:
@@ -156,6 +156,7 @@ extern int aheat_enable;
|
||||
extern int decorations_enable;
|
||||
extern int hud_enable;
|
||||
extern int debug_flags;
|
||||
int limitFPS;
|
||||
|
||||
extern int active_menu;
|
||||
|
||||
|
@@ -66,4 +66,5 @@ int luatpt_error(lua_State* l);
|
||||
int luatpt_heat(lua_State* l);
|
||||
int luatpt_setfire(lua_State* l);
|
||||
int luatpt_setdebug(lua_State* l);
|
||||
int luatpt_setfpscap(lua_State* l);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user