Skip to content

Commit

Permalink
add sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingPig525 committed Sep 10, 2024
1 parent cc5c7b8 commit 5849fea
Show file tree
Hide file tree
Showing 4 changed files with 1,499 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ open class Item(val id: ID) {
LOCATION("loc"),
VECTOR("vec"),
GAMEVALUE("g_val"),
SOUND("snd"),
ITEM("item");


Expand Down
Loading

0 comments on commit 5849fea

Please sign in to comment.