es3: add polyfills and scripts

This commit is contained in:
He4eT 2025-06-23 16:35:32 +02:00
commit e11a3fc4e5
3 changed files with 46 additions and 0 deletions

View file

@ -38,4 +38,10 @@ import_cover:
${tic_cli} \
'load ${game_src} & import screen ${cover_src} & exit'
build_es3:
npm run build
./polyfills/inject.sh
@make release
git restore ${game_src}
# vim: set ts=4 sw=4 autoindent noexpandtab: