adonutwithsprinklez / CodenameEmpty

A text based adventure roguelite
GNU General Public License v3.0
6 stars 0 forks source link

Replace the drunkenly written resource loader #115

Open adonutwithsprinklez opened 3 years ago

adonutwithsprinklez commented 3 years ago

Good lord what was I thinking. Replace the current resource loader with Python's zipfile package. It will load all resources from the resource zip file without having to temporarily decompress them.

adonutwithsprinklez commented 2 years ago

As of #118 This feature has been disabled until refactored