X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=tabakrolletjie%2Fscenes%2Fbase.py;h=71f7d6ccc3d2615700e4be37c1d4a4e008d6be76;hb=c334c4c919954bfe455a164074e06aca0ab10428;hp=118d6e29a33c5de3f7f2054de267d73489056d1f;hpb=fbdef20efb7ebc5f3e570766089247feeb387179;p=tabakrolletjie.git diff --git a/tabakrolletjie/scenes/base.py b/tabakrolletjie/scenes/base.py index 118d6e2..71f7d6c 100644 --- a/tabakrolletjie/scenes/base.py +++ b/tabakrolletjie/scenes/base.py @@ -13,3 +13,6 @@ class BaseScene(object): def render(self, screen, gamestate): """ Render the scene. """ + + def tick(self, gamestate): + """ Update the world based on time """