# Lines beginning with a '#' are comments.
# This file lists all the levels of the game. The format of the entries is
#
#   level name <colon> path to the level file.
#
# Keep them sorted.
#
demo:level/demo.cl
intro:level/intro.cl
loading:level/loading.cl
start_level:level/gamned.cl
the_forest-1:level/forest-1.cl
the_forest-2:level/forest-2.cl
title_screen:level/title_screen.cl
tutorial:level/tutorial.cl
transition:level/transition.cl

# secret levels
secret_level-1:level/secret/forest-1.cl
secret_level-2:level/secret/forest-2.cl

# DEVEL ONLY
sandbox:level/sandbox.cl
