Sean-Nishi / M1Wengine

A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3 stars 0 forks source link

Make entity constants static #407

Open owalk opened 7 months ago

owalk commented 7 months ago

Constants do not need to be tracked by instance, convert all constants to module scoped static constants