mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 10:49:53 +02:00
moving signs! i think everything still works, click the weird random extra button, someone can add an icon later.
This commit is contained in:
@@ -90,7 +90,7 @@ extern int death;
|
||||
|
||||
struct sign
|
||||
{
|
||||
int x,y,ju;
|
||||
int x,y,ju,m;
|
||||
char text[256];
|
||||
};
|
||||
typedef struct sign sign;
|
||||
|
Reference in New Issue
Block a user