all repos — Legends-RPG @ b12dd52bf6f08a216fbb7a29e9e81880a7f644a8

A fantasy mini-RPG built with Python and Pygame.

Added screenshot
Justin Armstrong justinmeister@gmail.com
Thu, 06 Mar 2014 23:54:09 -0800
commit

b12dd52bf6f08a216fbb7a29e9e81880a7f644a8

parent

1656028d833a30e65fbd49c15f84a6bc758ab29e

3 files changed, 1 insertions(+), 1 deletions(-)

jump to
M data/setup.pydata/setup.py

@@ -10,7 +10,7 @@ import pygame as pg

from . import tools from . import constants as c -ORIGINAL_CAPTION = 'The Lost Crown' +ORIGINAL_CAPTION = 'The Stolen Crown' os.environ['SDL_VIDEO_CENTERED'] = '1' pg.init()