mirror of
https://github.com/ysoftdevs/pf2016.git
synced 2026-03-21 00:29:39 +01:00
refactor generic code in levels
This commit is contained in:
8
js/app/level-02.js
Normal file
8
js/app/level-02.js
Normal file
@@ -0,0 +1,8 @@
|
||||
var level2 = {};
|
||||
level2.create = function(context) {
|
||||
|
||||
// Define finish coordinates
|
||||
context.finishMarker.x = 8*64;
|
||||
context.finishMarker.y = 2*64;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user