CleverGameDev / Cleverfall

https://clevergamedev.itch.io/cleverfall
1 stars 0 forks source link

Use Unity Tilemap instead of .tmx files #10

Closed peternga closed 4 years ago

peternga commented 4 years ago

This PR removes the .tmx files as well as other files imported from Tiled map editor.

In its place we have the built-in tilemaps provided by Unity. There's a separate tilemap per layer but I imagine we could have multiple tilemaps to one layer.

Walls and Platforms are both tagged as Ground so we can jump from both.

This also takes the spritesheet, breaks it down into the different tile sprites, and imports them all.

peternga commented 4 years ago

Going to merge in case you all want to rebase, but happy to address any comments/suggestions retroactively

nathanleiby commented 4 years ago

Awesome! Will try running locally to see if any suggestions..