From 7177e8a6939b66594a6e8e1c87e86533ed3caadd Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 29 Oct 2023 21:43:48 -0400 Subject: Add simple background music. Wish I had more time!! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a1faad0..80e78b8 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ level.scm: level.tmx compile-map.scm bundle: game.wasm rm strigoform.zip || true - zip strigoform.zip -r audio/*.wav images/*.png fonts/ js-runtime/ boot.js game.css game.wasm index.html + zip strigoform.zip -r audio/*.{wav,ogg} images/*.png fonts/ js-runtime/ boot.js game.css game.wasm index.html serve: guile web-server -- cgit v1.2.3