Nearoo / Wario-Land-3

A remake of the GBC-Game "Wario Land 3" using Pygame for Python
MIT License
51 stars 13 forks source link

EngineWrapper declared in a way that needs much correction if it suddenly changes #15

Closed Nearoo closed 9 years ago

Nearoo commented 9 years ago

Currently, EngineWrapper is inside the GameActor module, and gets initialized anew with every game actor. The problem is that, if the wrapper gains a new member, every GameActor has to be changed. That shouldn't have to be the case.