sktilemapnode Questions

4

I am learning Swift, and as a project I am working on a tile based 2D game similar to super mario where my character will walk and jump on tiles. The latest version of Xcode and Sprite Kit give th...
Grekin asked 4/10, 2016 at 2:25

2

Solved

I use the following function to append physicsbodies on tiles from a SKTileMapNode: static func addPhysicsBody(to tileMap: SKTileMapNode, and tileInfo: String){ let tileSize = tileMap.tileSize...
Impresario asked 5/12, 2017 at 2:16

2

Solved

does anyone know how to create an SKTileMapNode programmatically using Swift please? (NOTE: I do not want to do this using the editor, I want to achieve this programmatically only) I have tried t...
Predestine asked 16/9, 2016 at 14:14

1

Solved

I am creating a tile map for an iOS game I am working on. The map is a top down view of an island. Most of the tiles are water, but some are land. The water tile is reused to create the water, but ...
Spandau asked 27/12, 2016 at 21:8
1

© 2022 - 2024 — McMap. All rights reserved.