audio manager, moved stuff from (removed) enums into animations, tiledata. new sfx and music enum files

This commit is contained in:
lustlion
2022-02-08 17:04:36 +01:00
parent cbcf90de2d
commit 2ce41d541f
9 changed files with 215 additions and 152 deletions

6
data/music.lua Normal file
View File

@@ -0,0 +1,6 @@
music = {}
music.placeholder = {
path = "assets/music/communistmanifesto.mp3",
type = "stream",
loop = true
}