diff pytouhou/games/eosd/interface.py @ 597:244c99c568c8

Don’t hardcode the available games and interfaces, and relocation them.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 25 Oct 2014 18:52:16 +0200
parents pytouhou/interfaces/eosd.py@ab131d04987d
children d1f0bb0b7a17
line wrap: on
line diff
copy from pytouhou/interfaces/eosd.py
copy to pytouhou/games/eosd/interface.py
--- a/pytouhou/interfaces/eosd.py
+++ b/pytouhou/games/eosd/interface.py
@@ -16,7 +16,7 @@ from pytouhou.game.effect import Effect
 from pytouhou.game.text import Text, Counter, Gauge, NativeText
 
 
-class EoSDInterface(object):
+class Interface(object):
     width = 640
     height = 480
     game_pos = (32, 16)