示例#1
0
 def next_tile(self):
     return [[world.next_tile("EmptyTile"), "Empty tile", "e"]]
示例#2
0
 def next_tile(self):
     return [[world.next_tile("HallidayIntro1"), "Next", "n"]]
示例#3
0
 def next_tile(self):
     return [[world.next_tile("The_Limerick"), "next", "n"],
             [world.next_tile("HallidayIntro2"), "Back", "b"]]