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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue