Linting
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#This is the base ascii texturepack
|
||||
# This is the base ascii texturepack
|
||||
|
||||
ascii = {
|
||||
"EMPTY" : ' ',
|
||||
"WALL" : '#',
|
||||
"FLOOR" : '.',
|
||||
"PLAYER" : '@'
|
||||
}
|
||||
"EMPTY": ' ',
|
||||
"WALL": '#',
|
||||
"FLOOR": '.',
|
||||
"PLAYER": '@'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user