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);