Khaligufzel / Dimensionfall

A survival game inspired by Cataclysm: Dark Days Ahead and Bright Nights.
MIT License
12 stars 5 forks source link

Tile class #312

Closed snipercup closed 2 months ago

snipercup commented 2 months ago

Requires #310

Motivation for this is performance and doing away with the pure json manipulation.

I saw that there were a lot of calls to Gamedata.get_data_by_id. Now we can find out if it was for tiles now that the calls should go to Gamedata.tiles.by_id() instead.