aboutsummaryrefslogtreecommitdiff
path: root/examples/game/world.tm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/game/world.tm')
-rw-r--r--examples/game/world.tm3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/game/world.tm b/examples/game/world.tm
index 864bd8d2..58fcd4fa 100644
--- a/examples/game/world.tm
+++ b/examples/game/world.tm
@@ -1,4 +1,5 @@
-
+# This file defines a World object for keeping track of everything, as well
+# as the collision logic.
use ./player.tm
use ./raylib.tm
use ./box.tm