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
/
gridPosition.js
blob: ede4b23fa8662bcda23e4bf7da6c5dd9bc6234fe (
plain
) (
blame
)
1
game.components.GridPosition = ({x, y}) => game.Component('gridPosition', {x, y});