rainbow quox on canvas. mostly working
This commit is contained in:
parent
60201e27aa
commit
d16ea49d62
79 changed files with 553 additions and 286 deletions
6
Makefile
6
Makefile
|
@ -5,8 +5,8 @@ MEDIA = \
|
|||
$(wildcard media/*.png) $(wildcard media/*.gif) $(wildcard media/*.webp) \
|
||||
$(wildcard media/flags/*) $(wildcard media/buttons/*) \
|
||||
$(wildcard media/icons/*) $(wildcard media/bg/*) 8831.png 8831-quox.png \
|
||||
$(wildcard rainbow-quox/front/*) $(wildcard rainbow-quox/back/*)
|
||||
SCRIPTS = $(patsubst %.ts,%.js,$(wildcard script/*.ts)) rainbow-quox/colour.js
|
||||
$(wildcard rainbow-quox/front/*.png) $(wildcard rainbow-quox/back/*.png)
|
||||
SCRIPTS = $(patsubst %.ts,%.js,$(wildcard script/*.ts rainbow-quox/*.ts))
|
||||
MISC = $(shell find .well-known -type f)
|
||||
ALL = $(CSS) $(PAGES) $(MEDIA) $(SCRIPTS) $(MISC)
|
||||
|
||||
|
@ -56,7 +56,7 @@ $(BUILDDIR)/%_dim.png: %.png
|
|||
|
||||
$(BUILDDIR)/%.js: %.ts
|
||||
tsc --strict --noUncheckedIndexedAccess --noEmitOnError \
|
||||
--lib dom,es2021 --target es2015 \
|
||||
--lib dom,es2023 --target es2015 \
|
||||
--outDir $(dir $@) $^
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue