framerate independent walker speed

This commit is contained in:
Jakob Hördt 2024-08-07 23:22:26 +02:00
parent 47bca440d3
commit 9c58521ec6
2 changed files with 51 additions and 50 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
/usr/lib/emscripten/em++ -std=c++26 --use-port=sdl2 -O2 --emrun --shell-file emscripten_shell.html -sASSERTIONS -o index.html main.cpp
/usr/lib/emscripten/em++ -std=c++26 --use-port=sdl2 -O2 --shell-file emscripten_shell.html -sASSERTIONS -o index.html main.cpp