Lightmap 100 and 120 shaders. Snake and platformer example refining.

This commit is contained in:
jussi
2023-11-16 22:37:28 +02:00
parent 118a1f3a8b
commit 5c8324d25f
8 changed files with 253 additions and 110 deletions

View File

@@ -208,6 +208,10 @@ CC= gcc
# to
CC= emcc
CFLAGS= -Wall -O2 $(MYCFLAGS) -fno-stack-protector -fno-common -march=native
# to
CFLAGS= -Wall -O2 $(MYCFLAGS) -fno-stack-protector -fno-common
AR= ar rc
# to
AR= emar