diff pytouhou/games/sample/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/sample.py@ab131d04987d
children d1f0bb0b7a17
line wrap: on
line diff
copy from pytouhou/interfaces/sample.py
copy to pytouhou/games/sample/interface.py
--- a/pytouhou/interfaces/sample.py
+++ b/pytouhou/games/sample/interface.py
@@ -12,7 +12,7 @@
 ## GNU General Public License for more details.
 ##
 
-class SampleInterface(object):
+class Interface(object):
     width = 384
     height = 448
     game_pos = (0, 0)