jsrlowery / Eternity-Bridge

A two-dimensional role-playing game created in Unity centered around time travel and eternity itself...
0 stars 0 forks source link

Map Tiles #4

Open Leslacoil opened 9 years ago

Leslacoil commented 9 years ago

For combat, we need to have tiles that can overlay the map and report back cartesian coordinates to describe their locations.

In addition, these tiles will probably need to be able to store additional int data about terrain difficulty (plains might have a difficulty of 1, whereas an incline might have a difficulty of 2 or 3, this can be a value that counts towards a characters overall range of movement and limit it). However, this is something that I may want to consult the group about before implementing.