A work in progress backend for top down 2D games in Unity.
-
Move
- Causes the Character to move in the given direction for the duration.
-
Stop
- Causes the Character to stop preforming actions for the duration.
-
Face
- Causes the Character to face the given direction for the duration.
# > Commands
# move <direction> <duration>
# stop <duration>
# face <direction> <duration>
# Test face
face left .5
face up-left .5
face up .5
face up-right .5
face right .5
face down-right .5
face down-left .5
# Test stop
stop 1
# Test move
move left .25
move up-left .25
move up .25
move up-right .25
move right .25
move down-right .25
move down .25
move down-left .25
Christopher Martin | Xavier Kelly |