some more deco editor changes. Right click deletes decoration again.

This commit is contained in:
Cracker64
2011-05-29 22:18:47 -04:00
committed by Simon Robertshaw
parent 469de0cae0
commit e3ef7f05f0
4 changed files with 42 additions and 29 deletions

View File

@@ -122,6 +122,12 @@ void draw_parts(pixel *vid);
void draw_walls(pixel *vid);
void create_decorations(int x, int y, int rx, int ry, int r, int g, int b, int click);
void line_decorations(int x1, int y1, int x2, int y2, int rx, int ry, int r, int g, int b, int click);
void box_decorations(int x1, int y1, int x2, int y2, int r, int g, int b, int click);
void draw_wavelengths(pixel *vid, int x, int y, int h, int wl);
void render_signs(pixel *vid_buf);