Open Nearoo opened 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.
update()
__init__()
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 anupdate()
-method is called.