@ -10,7 +10,7 @@ import SpriteKit
class SpriteMeeple : SKNode {
static let offset = CGPoint(x: -400, y: -300)
static let offset = CGPoint(x: 0, y: 0)
static let direction = CGVector(dx: 100, dy: 100)
let imageNode : SKSpriteNode