From 3a1afc62724f1631f23b5aa044856f7d09db14eb Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 25 Oct 2023 08:20:48 -0400 Subject: Lots of changes! * Update reflect library * Text alginment * Tiled map compilation! --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7099d64..6a91bd5 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,8 @@ +game.wasm: game.scm level.scm + /gnu/store/i7qi9wsyhxzv3w4y992qgx5j9g5dcza0-profile/bin/guile -L $(HOME)/Code/guile-hoot/module game.scm + +level.scm: level.tmx + guile compile-map.scm > level.scm + bundle: rm algj2023.zip && zip algj2023.zip -r audio/ images/*.png js-runtime/ boot.js game.css game.wasm index.html -- cgit v1.2.3