mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 03:09:53 +02:00
Fixed SWCH for real. Fix repeating spark while creating it. Adjustable x and y for brushes.
This commit is contained in:
@@ -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