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

Split HUD from lib code #406

Open owalk opened 9 months ago

owalk commented 9 months ago

Change from lib side singleton design pattern to lib side global object design pattern. Allow for constructing hud definitions within the client using tools defined in the lib.

owalk commented 9 months ago

oops, this wasn't ready yet. Still self reviewing