index
:
misc-undergrad.git
main
miscellaneous undergrad stuff
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Homework
/
cs5410
/
bbiy
/
src
/
components
/
momentum.js
blob: b974aa74e1f75343e7bdb9e84bb79918216d63a4 (
plain
) (
blame
)
1
game.components.Momentum = ({dx, dy}) => game.Component('momentum', {dx, dy});