Update: offset

pull/14/head
Nathan VERDIER 11 months ago
parent 50ea3ef5b4
commit ddafca849c

@ -10,7 +10,7 @@ import SpriteKit
class SpriteMeeple : SKNode { 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) static let direction = CGVector(dx: 100, dy: 100)
let imageNode : SKSpriteNode let imageNode : SKSpriteNode

Loading…
Cancel
Save