Added the story screen to MenuState.

This commit is contained in:
2013-01-15 13:53:40 -04:30
parent 65eaa4af9f
commit 3bc66b2b90
3 changed files with 176 additions and 14 deletions

View File

@@ -1,5 +1,8 @@
# Miguel Angel Astor Romero. Created on 7-1-2013. #
###################################################
###########################################
# Created on 1-7-2013. Miguel Angel Astor #
###########################################
# Update score database:
# UPDATE score SET player_name = ?, score = ? WHERE _id IN (SELECT _id FROM score WHERE score IN (SELECT MIN(score) FROM score))
import pygame
try: