Toma400 / The_Isle_of_Ansur

Python-based text RPG game, successor of Between Shadows and Light.
Other
9 stars 0 forks source link

Reducing IoA size from redundant files #62

Closed Toma400 closed 2 years ago

Toma400 commented 2 years ago

Things like _init_ should be removed from all directories, as currently they are only partly done.

Caches (with pyinstaller especially) should be removed after each build, and if they are used in-game, they should go to _temp folder, so they will be removed after game is exited.

Toma400 commented 2 years ago

It's a thing I should constantly watch, but for now it is done, and pyinstaller caches are removed too