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

Pass engine-object to initialization-method of components #28

Open Nearoo opened 9 years ago

Nearoo commented 9 years ago

It worked to pass it to the update()-method until now, but when it comes to sound, it must be aviable to the __init__()-method. Also, to be honest, it feels kinda funny to pass it every time an update()-method is called.