ZAB909 / ChapterMaster

13 stars 27 forks source link

Add granularity to planets #146

Open GalacticChimp opened 1 year ago

GalacticChimp commented 1 year ago

Split planets into components/elements/something, to allow stuff placing buildings, armies having a concrete position on the planet etc.

One way of doing this is use a simple grid cell system.

felipeStouvenel commented 1 year ago

Grid system is on the works. Will probably do a PR once im satisfied with the grid generation and tile information system. Then will do the drawing of it for the Monastery world. If all goes well will have a robust system to spawn and have as much information about each individual tile as possible (which in turn will help with the ground combat rework)

felipeStouvenel commented 1 year ago

Created https://github.com/ZAB909/ChapterMaster/pull/174 for the first iteration of this