sprite layers

This commit is contained in:
2023-02-10 20:31:59 +00:00
parent 1fcdae17ba
commit 8155bddb5e
4 changed files with 39 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ struct sprite {
struct glrect *frame;
int next;
int enabled;
int layer;
};
int make_sprite(int go);