fix logo bounce, adjust music a bit
This commit is contained in:
parent
17dd2a23a3
commit
272e0bc615
7 changed files with 50 additions and 36 deletions
|
|
@ -319,7 +319,7 @@ static const char* pxl8_ffi_cdefs =
|
|||
"bool pxl8_anim_is_playing(const pxl8_anim* anim);\n"
|
||||
"void pxl8_anim_pause(pxl8_anim* anim);\n"
|
||||
"void pxl8_anim_play(pxl8_anim* anim);\n"
|
||||
"void pxl8_anim_render_sprite(const pxl8_anim* anim, pxl8_gfx* gfx, i32 x, i32 y, i32 w, i32 h);\n"
|
||||
"void pxl8_anim_render_sprite(const pxl8_anim* anim, pxl8_gfx* gfx, i32 x, i32 y, i32 w, i32 h, bool flip_x, bool flip_y);\n"
|
||||
"void pxl8_anim_reset(pxl8_anim* anim);\n"
|
||||
"void pxl8_anim_set_frame(pxl8_anim* anim, u16 frame);\n"
|
||||
"void pxl8_anim_set_loop(pxl8_anim* anim, bool loop);\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue