From 1a34d48b2315201fdf2d33d1fccbef44e4b34f86 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 25 Apr 2021 20:14:57 -0400 Subject: Prep for release. --- Makefile.am | 31 +++++++++++++++++++++++++++++++ assets/sounds/blinding-lights.mp3 | Bin 6299607 -> 0 bytes 2 files changed, 31 insertions(+) delete mode 100644 assets/sounds/blinding-lights.mp3 diff --git a/Makefile.am b/Makefile.am index 70738c9..6e39d4a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,5 +27,36 @@ SOURCES = \ test-subject/device.scm \ test-subject/game.scm +fontsdir = $(pkgdatadir)/assets/fonts +dist_fonts_DATA = \ + assets/fonts/monogram_extended.ttf \ + assets/fonts/old-fax.ttf + +imagesdir = $(pkgdatadir)/assets/images +dist_images_DATA = \ + assets/images/button-press.png \ + assets/images/control-panel.png \ + assets/images/darkness.png \ + assets/images/dialog-box.png \ + assets/images/door-lock.png \ + assets/images/door.png \ + assets/images/fridge.png \ + assets/images/lightness.png \ + assets/images/notebook-background.png \ + assets/images/notebook.png \ + assets/images/pin-entry-background.png \ + assets/images/room.png \ + assets/images/terminal-background.png \ + assets/images/terminal.png \ + assets/images/window.png + +soundsdir = $(pkgdatadir)/assets/sounds +dist_sounds_DATA = \ + assets/sounds/ambientmain_0.ogg \ + assets/sounds/click1.wav \ + assets/sounds/end-theme.mp3 \ + assets/sounds/switch38.wav \ + assets/sounds/switch6.wav + EXTRA_DIST += \ COPYING diff --git a/assets/sounds/blinding-lights.mp3 b/assets/sounds/blinding-lights.mp3 deleted file mode 100644 index 8715184..0000000 Binary files a/assets/sounds/blinding-lights.mp3 and /dev/null differ -- cgit v1.2.3