Update Home

2025-02-14 16:11:31 +01:00
parent b84148b92e
commit 9cb7f9845f

@@ -54,6 +54,7 @@ Referència per categories:
* [draw.blit_r(sx, sy, sw, sh, dx, dy, a)](draw.blit_r) * [draw.blit_r(sx, sy, sw, sh, dx, dy, a)](draw.blit_r)
* [draw.print(text, x, y, [color])](draw.print) * [draw.print(text, x, y, [color])](draw.print)
### MÚSICA
* [music.play(filename)](music.play) * [music.play(filename)](music.play)
* [music.pause()](music.pause) * [music.pause()](music.pause)
* [music.resume()](music.resume) * [music.resume()](music.resume)
@@ -61,6 +62,7 @@ Referència per categories:
* [music.pos()](music.pos) * [music.pos()](music.pos)
* [music.pos(position)](music.pos) * [music.pos(position)](music.pos)
### SÓ
* [sound.load(filename)](sound.load) * [sound.load(filename)](sound.load)
* [sound.free(sound)](sound.free) * [sound.free(sound)](sound.free)
* [sound.play(sound)](sound.play) * [sound.play(sound)](sound.play)