mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 10:20:04 +02:00
Added Cracker changes for adding a triangle brush! :DDD Seems to work without any issues.
This commit is contained in:
@@ -85,7 +85,9 @@ extern unsigned char ZSIZE;
|
||||
|
||||
#define CIRCLE_BRUSH 0
|
||||
#define SQUARE_BRUSH 1
|
||||
#define BRUSH_NUM 2
|
||||
#define TRI_BRUSH 2
|
||||
#define BRUSH_NUM 3
|
||||
|
||||
|
||||
//#define LUACONSOLE
|
||||
//#define PYCONSOLE
|
||||
|
@@ -969,6 +969,8 @@ void detach(int i);
|
||||
|
||||
void part_change_type(int i, int x, int y, int t);
|
||||
|
||||
int InCurrentBrush(int i, int j, int rx, int ry);
|
||||
|
||||
int create_part(int p, int x, int y, int t);
|
||||
|
||||
void delete_part(int x, int y);
|
||||
|
Reference in New Issue
Block a user