Thanks to visit codestin.com
Credit goes to github.com

Skip to content

add mobile only controls #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 11, 2025
Merged

add mobile only controls #7

merged 3 commits into from
Jan 11, 2025

Conversation

midzer
Copy link
Contributor

@midzer midzer commented Jan 11, 2025

Fixes #6

Using latest Emscripten the game starts for me, but:

  • scaling is wrong, probably due resize handler in JS. In all of my web ports I do it via CSS, check https://midzer.de/wasm/prototype/index.html <style>
  • there are errors in the console, which lead to crash on actual game start. probably needs to adjust EMSCRIPTEN build flags
  • adding -O3, -fno-rtti and -fno-exceptions would be good for performance

Have a nice weekend
midzer

@ptitSeb
Copy link
Owner

ptitSeb commented Jan 11, 2025

thanks!

@ptitSeb ptitSeb merged commit 80a045a into ptitSeb:master Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mobile controls
2 participants