texture scrolling

This commit is contained in:
2023-06-06 20:49:55 +00:00
parent b394bcce40
commit 6a1a06be76
10 changed files with 170 additions and 56 deletions

View File

@@ -41,7 +41,6 @@ void sprite_draw_all();
unsigned int incrementAnimFrame(unsigned int interval, struct sprite *sprite);
void sprite_flush();
void gui_draw_img(const char *img, HMM_Vec2 pos, float scale, float angle);
void gui_draw_img(const char *img, HMM_Vec2 pos, HMM_Vec2 scale, float angle, int wrap, HMM_Vec2 wrapoffset, float wrapscale, struct rgba color);
#endif