Syndaryl / DFRPGRandomDungeonGenerator

A HTML/CSS/JavaScript based random dungeon generator for GURPS. Eventual goals are to not only produce a map, but also populate the rooms with descriptions and challenges. Game statistics will be for the DFRPG / GURPS 4e.
Other
35 stars 13 forks source link

Maps are not scaled correctly #29

Closed Zuljita closed 6 years ago

Zuljita commented 6 years ago

Hexes are 10 feet

Syndaryl commented 6 years ago

On further investigation, they may be 5 feet. Still not 1 yard, however.

natfarleydev commented 6 years ago

Was this fixed in 40201389f1e2e51dfa2e83a1e85981277255e882 ?

natfarleydev commented 6 years ago

On further investigation, it's still not quite right, but this image should reveal the scaling we need selection_164

(This was taken from unstable where HEAD is bffbc97ad2e7104a5a73f82d49135ecd4bb5ee5a)

Syndaryl commented 6 years ago

Thanks @nasfarley88, that's very helpful. I'll take a look at this tonight.

natfarleydev commented 6 years ago

Pull request #34 should fix this now, but please feel free to test.

Syndaryl commented 6 years ago

This is sorted now, although I am looking at the issue of scaling again.