a rotate tool! ctrl-r, then select the area, it will rotate counterclockwise, no properties are saved right now, it deletes and recreates.

This commit is contained in:
Cracker64
2010-12-16 00:17:08 -05:00
parent 5b2c689394
commit 327ccb7bba
3 changed files with 79 additions and 4 deletions

View File

@@ -634,6 +634,8 @@ void update_particles_i(pixel *vid, int start, int inc);
void update_particles(pixel *vid);
void rotate_area(int area_x, int area_y, int area_w, int area_h);
void clear_area(int area_x, int area_y, int area_w, int area_h);
void create_box(int x1, int y1, int x2, int y2, int c);