mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 04:22:34 +02:00
Fixed SWCH for real. Fix repeating spark while creating it. Adjustable x and y for brushes.
This commit is contained in:
@@ -137,7 +137,7 @@ pixel *prerender_save(void *save, int size, int *width, int *height);
|
||||
|
||||
int render_thumb(void *thumb, int size, int bzip2, pixel *vid_buf, int px, int py, int scl);
|
||||
|
||||
void render_cursor(pixel *vid, int x, int y, int t, int r);
|
||||
void render_cursor(pixel *vid, int x, int y, int t, float rx, float ry);
|
||||
|
||||
void sdl_open(void);
|
||||
|
||||
|
@@ -540,8 +540,8 @@ void create_box(int x1, int y1, int x2, int y2, int c);
|
||||
|
||||
int flood_parts(int x, int y, int c, int cm, int bm);
|
||||
|
||||
int create_parts(int x, int y, int r, int c);
|
||||
int create_parts(int x, int y, float rx, float ry, int c);
|
||||
|
||||
void create_line(int x1, int y1, int x2, int y2, int r, int c);
|
||||
void create_line(int x1, int y1, int x2, int y2, float rx, float ry, int c);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user