Renamed moat files.
This commit is contained in:
parent
8cc1bbadd7
commit
235cd29b57
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
|
@ -273,6 +273,8 @@ class Level1(level.Level):
|
||||||
|
|
||||||
moat_list = ['moat_corner_north',
|
moat_list = ['moat_corner_north',
|
||||||
'moat_corner_south',
|
'moat_corner_south',
|
||||||
|
'moat_corner_north_flip',
|
||||||
|
'moat_corner_south_flip',
|
||||||
'moat_end_horizontal',
|
'moat_end_horizontal',
|
||||||
'moat_horizontal',
|
'moat_horizontal',
|
||||||
'moat_vertical']
|
'moat_vertical']
|
||||||
|
@ -281,10 +283,6 @@ class Level1(level.Level):
|
||||||
self.graphics_dir, 'moat', '%s.png' % moat))
|
self.graphics_dir, 'moat', '%s.png' % moat))
|
||||||
|
|
||||||
# Special treatment
|
# Special treatment
|
||||||
self.imgs['moat_corner_north_flip'] = pygame.transform.flip(
|
|
||||||
self.imgs['moat_corner_north'], 1, 0)
|
|
||||||
self.imgs['moat_corner_south_flip'] = pygame.transform.flip(
|
|
||||||
self.imgs['moat_corner_south'], 1, 0)
|
|
||||||
self.imgs['moat_end_horizontal_flip'] = pygame.transform.flip(
|
self.imgs['moat_end_horizontal_flip'] = pygame.transform.flip(
|
||||||
self.imgs['moat_end_horizontal'], 1, 0)
|
self.imgs['moat_end_horizontal'], 1, 0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue