Advance time
[tabakrolletjie.git] / tabakrolletjie / scenes / base.py
index 118d6e29a33c5de3f7f2054de267d73489056d1f..71f7d6ccc3d2615700e4be37c1d4a4e008d6be76 100644 (file)
@@ -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 """