fix logo bounce, adjust music a bit

This commit is contained in:
asrael 2026-01-08 14:49:45 -06:00
parent 17dd2a23a3
commit 272e0bc615
7 changed files with 50 additions and 36 deletions

View file

@ -71,8 +71,8 @@ function anim.play(a)
C.pxl8_anim_play(a)
end
function anim.render_sprite(a, x, y, w, h)
C.pxl8_anim_render_sprite(a, core.gfx, x, y, w, h)
function anim.render_sprite(a, x, y, w, h, flip_x, flip_y)
C.pxl8_anim_render_sprite(a, core.gfx, x, y, w, h, flip_x or false, flip_y or false)
end
function anim.reset(a)