view run_game.py @ 560:8cd13b82585e

Allow ESC to exit high score menu and then still exit game if pressed a second time.
author Simon Cross <hodgestar@gmail.com>
date Sat, 28 Nov 2009 18:27:59 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()