Invert the Y-Axis to match modern gameplay.
This commit is contained in:
parent
e1bafaac69
commit
d62807774b
6 changed files with 32 additions and 37 deletions
|
|
@ -359,7 +359,7 @@ func TestRegressionIssue16(t *testing.T) {
|
|||
"Zero Cool": "Hackers",
|
||||
}
|
||||
snakeMoves := []SnakeMove{
|
||||
{ID: "teamBoi", Move: "down"},
|
||||
{ID: "teamBoi", Move: "up"},
|
||||
{ID: "Node-Red-Bellied-Black-Snake", Move: "left"},
|
||||
{ID: "Crash Override", Move: "left"},
|
||||
{ID: "Zero Cool", Move: "left"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue