jmickle66666666 / DoomUnity

Unity libs for working with Doom, also my Doom engine: NaSTY
88 stars 7 forks source link

Big code cleanup #6

Open jmickle66666666 opened 6 years ago

jmickle66666666 commented 6 years ago

My code is very messy! It's not fun sometimes!

GameSetup.cs is huge and not organised at all, much can be split out into separate source files DoomGraphic.cs's static functions to build graphics are kind of a bad idea? I can go about this in a better way I want a WadUtil file to have static functions for quick things like building the palette and other little things. Macros basically Mapbuilder is messy, especially the line building section SectorTriangulator could be nicer, but it's also unfinished