Skip to content
Snippets Groups Projects
Commit 618e994e authored by hammonds's avatar hammonds
Browse files

Change up and down. The display here flips the location of pixel (0,0).

parent 4032214f
No related branches found
No related tags found
No related merge requests found
VERTICAL = 0
HORIZONTAL = 1
DOWN = 0
UP = 0
LEFT = 1
UP = 2
DOWN = 2
RIGHT = 3
DIRECTION_NAMES = [ "Down", "Left", "Up", "Right" ]
DIRECTION_NAMES = [ "Up", "Left", "Down", "Right" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment