Added extra functions to FILT (determined by tmp, modes are convert, filter and add, convert is default). Added property edit tool, changes the properties of materials

This commit is contained in:
Simon Robertshaw
2011-09-30 13:57:32 +01:00
parent 1759d0bd46
commit f5a9f43b77
5 changed files with 232 additions and 6 deletions

View File

@@ -205,6 +205,8 @@ extern int drawgrav_enable;
void menu_count(void);
void prop_edit_ui(pixel *vid_buf, int x, int y);
void get_sign_pos(int i, int *x0, int *y0, int *w, int *h);
void add_sign_ui(pixel *vid_buf, int mx, int my);