[modules/memory] Simplify and use util methods

This commit is contained in:
Tobias Witek 2020-03-06 14:52:16 +01:00
parent 13e512d1f1
commit 56a6173282
3 changed files with 16 additions and 13 deletions

View file

@ -5,5 +5,5 @@
- module __init__ has less parameters
- super() works differently
- engine.input.register_callback is now core.input.register
- update() doesn't have a list of widgets anymore
- update() only has a single parameter (self) (no widgets anymore)