pythoncode-tutorials
pythoncode-tutorials copied to clipboard
Moved loading and scaling of player markers to the constructor.
Moved loading and scaling of player markers to the constructor. This way, the PNGs do not have to be loaded from disk each time a turn is performed. I also removed an unneeded function parameter.