cbhacks / CrashEdit

Unofficial Crash Bandicoot 1/2/3 Level Editor
https://www.cbhacks.com/tools/crashedit/
Other
135 stars 25 forks source link

Refactor 3D viewer class structure #166

Closed ManDude closed 5 months ago

ManDude commented 5 months ago

Makes every scenery viewer a descendent of BaseSceneryEntryViewer and every animation viewer a descendent of BaseAnimationEntryViewer.

Also fixes some other bugs.