all repos — Legends-RPG @ b93c81318903506cb3e9e20762b751b003612b8d

A fantasy mini-RPG built with Python and Pygame.

miscellaneous file operations
Marco Andronaco andronacomarco@gmail.com
Tue, 23 Aug 2022 18:58:32 +0200
commit

b93c81318903506cb3e9e20762b751b003612b8d

parent

9e643337e6380fdb1ab32813bf8848ad7e7219c8

11 files changed, 0 insertions(+), 15 deletions(-)

jump to
D data/__init__.py

@@ -1,1 +0,0 @@

-__author__ = 'justinarmstrong'
D data/components/__init__.py

@@ -1,1 +0,0 @@

-__author__ = 'justinarmstrong'
D data/states/__init__.py

@@ -1,1 +0,0 @@

-__author__ = 'justinarmstrong'
M data/states/main_menu.pydata/states/main_menu.py

@@ -4,13 +4,6 @@ from .. import setup, tools, tilerender

from .. import observer from .. import constants as c from . import death - - -#Python 2/3 compatibility. -if sys.version_info[0] == 2: - import cPickle - pickle = cPickle - class Menu(tools._State): def __init__(self):
D resources/fonts/__init__.py

@@ -1,1 +0,0 @@

-__author__ = 'justinarmstrong'
D resources/graphics/__init__.py

@@ -1,1 +0,0 @@

-__author__ = 'justinarmstrong'
D resources/music/__init__.py

@@ -1,1 +0,0 @@

-__author__ = 'justinarmstrong'
D resources/sound/__init__.py

@@ -1,1 +0,0 @@

-__author__ = 'justinarmstrong'
D resources/tmx/__init__.py

@@ -1,1 +0,0 @@

-__author__ = 'justin'