mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 19:51:45 +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;
|
||||
|
@@ -153,6 +153,8 @@ void get_sign_pos(int i, int *x0, int *y0, int *w, int *h);
|
||||
|
||||
void add_sign_ui(pixel *vid_buf, int mx, int my);
|
||||
|
||||
void move_sign(pixel *vid_buf,int i);
|
||||
|
||||
void ui_edit_draw(pixel *vid_buf, ui_edit *ed);
|
||||
|
||||
void ui_edit_process(int mx, int my, int mb, ui_edit *ed);
|
||||
|
Reference in New Issue
Block a user