Fire intensity from Lua

This commit is contained in:
Simon Robertshaw
2011-08-11 13:02:00 +01:00
parent 806e1933a2
commit 9e634b95cc
4 changed files with 15 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ void render_signs(pixel *vid_buf);
void render_fire(pixel *dst);
void prepare_alpha(void);
void prepare_alpha(int size, float intensity);
void draw_image(pixel *vid, pixel *img, int x, int y, int w, int h, int a);

View File

@@ -64,4 +64,5 @@ int luatpt_decorations_enable(lua_State* l);
int luatpt_cmode_set(lua_State* l);
int luatpt_error(lua_State* l);
int luatpt_heat(lua_State* l);
int luatpt_setfire(lua_State* l);
#endif