rust-gamedev / rust-game-ports

Official host of games ported using Rust game libraries.
Other
122 stars 7 forks source link

Soccer-fyrox: Add sound support #52

Closed 64kramsystem closed 2 years ago

64kramsystem commented 2 years ago

There's a problem, because they sound plays with a delay. However, the support is there.

Also, created the GameGlobal#draw_image helper, so that now there is a clean pair draw_image()/play_sound().