Interrupt / delverengine

Delver game engine and editor
zlib License
796 stars 77 forks source link

[Delver] section.dat overwriting settings #170

Open PythooonUser opened 3 years ago

PythooonUser commented 3 years ago

Summary

For generator/Dungeon/section.dat and generator/Undead/section.dat the properties fogStart and fogEnd are defined multiple times instead of once.

Example (Dungeon):

levelTemplates: [
    {
        fogStart:2,
        fogEnd:18,
        theme:"DUNGEON",
        fogStart:1.925,
        fogEnd:16.039,
    }
],
joshuaskelly commented 3 years ago

I'm pretty sure we are guilty of this in many places. 🙃