mirror of
https://github.com/ysoftdevs/pf2016.git
synced 2026-01-17 09:07:16 +01:00
level 3 fix incorrect direction of redirector
This commit is contained in:
@@ -2,7 +2,7 @@ var level3 = {};
|
||||
level3.create = function(context) {
|
||||
// Create redirector objects
|
||||
addRedirector(context, 6, 3, 1, 0, 0);
|
||||
addRedirector(context, 4, 3, 0, 1, 6);
|
||||
addRedirector(context, 4, 3, 0, -1, 3);
|
||||
|
||||
// Define player coordinates
|
||||
context.character.x = 2*64 - 8;
|
||||
|
||||
Reference in New Issue
Block a user