Decorations! ,still messing with it. It does not save currently. TODO: fix typing in boxes to update the color. Line/box tools. Some basic color selections like an element menu.

This commit is contained in:
Cracker64
2011-04-22 23:11:05 -04:00
committed by Simon Robertshaw
parent aa3f475edc
commit bd8de4c842
7 changed files with 310 additions and 1 deletions

View File

@@ -244,5 +244,6 @@ int console_parse_coords(char *txt, int *x, int *y, char *err);
int console_parse_type(char *txt, int *element, char *err);
int console_parse_partref(char *txt, int *which, char *err);
void decorations_ui(pixel *vid_buf,pixel *decorations,int *bsx,int *bsy);
#endif