put back the ":" where it belongs
This commit is contained in:
parent
3502acd8d6
commit
fe77f903d1
|
@ -54,9 +54,9 @@ class Map:
|
|||
|
||||
|
||||
class Tile(Enum):
|
||||
if self.settings.TEXTURE_PACK == 'ASCII'
|
||||
if self.settings.TEXTURE_PACK == 'ASCII' :
|
||||
self.textures = tp.ascii_textures
|
||||
if self.settings.TEXTURE_PACK == 'SQUIRREL'
|
||||
if self.settings.TEXTURE_PACK == 'SQUIRREL' :
|
||||
self.textures = tp.squirrel_textures
|
||||
|
||||
EMPTY = self.textures["EMPTY"]
|
||||
|
|
Loading…
Reference in New Issue