annotate gamelib/constants.py @ 5:67b79658b047

Refactor and simplify menu.
author Simon Cross <hodgestar@gmail.com>
date Sun, 30 Aug 2009 13:04:24 +0000
parents
children c0abad23a055
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
67b79658b047 Refactor and simplify menu.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
1 """Operation Fox Assault constants."""
67b79658b047 Refactor and simplify menu.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
2
67b79658b047 Refactor and simplify menu.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
3 NAME = "Operation Fox Assault"
67b79658b047 Refactor and simplify menu.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
4
67b79658b047 Refactor and simplify menu.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
5 SCREEN = (800, 600)
67b79658b047 Refactor and simplify menu.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
6
67b79658b047 Refactor and simplify menu.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
7 AUTHORS = [
67b79658b047 Refactor and simplify menu.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
8 ("Adrianna Pinska", "adrianna.pinska@gmail.com"),
67b79658b047 Refactor and simplify menu.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
9 ("Jeremy Thurgood", ""),
67b79658b047 Refactor and simplify menu.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
10 ("Neil Muller", ""),
67b79658b047 Refactor and simplify menu.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
11 ("Simon Cross", "hodgestar+rinkhals@gmail.com"),
67b79658b047 Refactor and simplify menu.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
12 ]