Added music lib

This commit is contained in:
2023-07-23 19:32:40 +10:00
parent 24a2e536b8
commit ab4c8de8c0
3 changed files with 24 additions and 2 deletions

View File

@@ -26,6 +26,8 @@ mapInputEventToKeyUp("character_right", "right"); //event, keysym
mapInputEventToKeyDown("character_attack", "space"); //event, keysym
mapInputEventToKeyDown("trigger_music", "m"); //event, keysym
//TODO: escape to kill the game