HurkaLumo is a game that will resemble OpenTTD but it'll be more story driven, helping out communities, managing the railroad aaand have day and night aaand
RoadNetwork uses some weird variables for the offsets on the GameMatrix.
Needs proper positioning with HRect.
[x] Fix the positioning in RoadNetwork by removing max_isoYOffset and replacing with an hrect
[x] Make a unit test for RoadNetwork:
might be complex
create a map specific for it
run the map
parse the roadnetworks
look at the roadnetwork, does it have the '1:s' and "0:s" in the right places? make spot checks!
RoadNetwork uses some weird variables for the offsets on the GameMatrix. Needs proper positioning with HRect.