Bigger maps!
This commit is contained in:
parent
b5f25822df
commit
0a6ff23dcd
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ from .geometry import Size
|
||||||
|
|
||||||
|
|
||||||
CONSOLE_SIZE = Size(80, 50)
|
CONSOLE_SIZE = Size(80, 50)
|
||||||
MAP_SIZE = Size(80, 45)
|
MAP_SIZE = Size(100, 100)
|
||||||
FONT_CP437 = 'terminal16x16_gs_ro.png'
|
FONT_CP437 = 'terminal16x16_gs_ro.png'
|
||||||
FONT_BDF = 'ter-u32n.bdf'
|
FONT_BDF = 'ter-u32n.bdf'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue