index
:
jumpstorm.git
main
Unfinished multiplayer doodle jump in my ecs engine
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
interfaces
/
Action.ts
blob: f0e6a6618baf54bb6d00c45c95d4a6b76ea867b4 (
plain
) (
blame
)
1
2
3
4
5
export enum Action { MOVE_LEFT, MOVE_RIGHT, JUMP }