Skip to content
This repository has been archived by the owner on Dec 15, 2019. It is now read-only.

Features for non-web game engines #154

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JosephAustin
Copy link

A few features I've added that helped me in a non-document environment with a javascript game engine. Offering them if desirable.

  • stepDelta for when you don't need to generate a new unix timestamp, as you already have delta time
  • onStep for bodies, so that you can modify it to update your sprites or other graphics automatically. In my case, for example, I need it to set the x and y centers of my sprite and set the rotation in degrees.
  • Utility functions to convert between radians and degrees

Thanks for the great work!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant