Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if move == 'W' or move == 'w':
- moveCharacterUp(MAP)
- elif move == 'A' or move == 'a':
- moveCharacterLeft(MAP)
- elif move == 'S' or move == 's':
- moveCharacterDown(MAP)
- elif move == 'D' or move == 'd':
- moveCharacterRight(MAP)
Advertisement
Add Comment
Please, Sign In to add comment