H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
202 stars 80 forks source link

Format xKIConstants.py for better readability and narrower screens #1504

Closed ZarothYe closed 9 months ago

ZarothYe commented 9 months ago

There were some very condensed dictionaries and arrays that made this file hard to read. The OKDialogDict dictionary was especially wide and hard to read on my narrower monitors without the lines wrapping. Also removed excess spaces in dictionaries between the key and its following colon.