You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now there is only spin, wave, and zigzag, but if you would like to make some more advanced games, add physics, animations, particles, you need to know delta from previous frame..
now is needed when you want to create some schedule events, and now we cannot do that as we don't know time what is now, and do that based on counting frames not really good way..
The text was updated successfully, but these errors were encountered:
I agree. I just wanted to try this package but had to give up because there is no way to get the delta. I hope this can be implemented soon as this package seems pretty great for learning how to use Elm.
justgook
changed the title
Please add delta and time functions to make more advanced time-based games
Please add delta and now functions to make more advanced time-based games
Jan 28, 2020
I agree. I just wanted to try this package but had to give up because there is no way to get the delta. I hope this can be implemented soon as this package seems pretty great for learning how to use Elm.
now there is only
spin
,wave
, andzigzag
, but if you would like to make some more advanced games, add physics, animations, particles, you need to knowdelta
from previous frame..now
is needed when you want to create some schedule events, and now we cannot do that as we don't know time what is now, and do that based on counting frames not really good way..The text was updated successfully, but these errors were encountered: