TzuChieh / Photon-v2

A program that takes photographs of a virtual world.
https://tzuchieh.github.io/Photon-v2-site/engine_docs/v2.0.0-beta/Photon/html/index.html
MIT License
84 stars 5 forks source link

INI-based internal resource folder setting #82

Open TzuChieh opened 11 months ago

TzuChieh commented 11 months ago

Load python generator code stub (pysdl_base.py) by utilizing the attribute stored in SDLGen/Config/*.ini. Currently the path is hard-coded in PythonGenerator::makeResourcePath(). Ideally, load the setting from config file instead.