From 0c3a700aa94a0256c5e5b1a14819f10b3d3e869b Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Wed, 8 Apr 2026 00:38:55 +0100 Subject: Support scling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b8b6a94..990d589 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ MODULE_NAMES := entity tween tilemap world input physics renderer assets engine mixer sound animation ai prefabs scene-loader OBJECT_FILES := $(patsubst %,bin/%.o,$(MODULE_NAMES)) -DEMO_NAMES := platformer shmup topdown audio sandbox spritefont menu tweens +DEMO_NAMES := platformer shmup topdown audio sandbox spritefont menu tweens scaling DEMO_BINS := $(patsubst %,bin/demo-%,$(DEMO_NAMES)) UNIT_NAMES := $(patsubst %,downstroke-%,$(MODULE_NAMES)) -- cgit v1.2.3