17 lines
282 B
INI
17 lines
282 B
INI
#configuration of the program
|
|
ip = 127.0.0.1
|
|
port = 2000
|
|
screen.w = 800
|
|
screen.h = 600
|
|
screen.f = false
|
|
|
|
#directories
|
|
fonts = rsc\graphics\fonts
|
|
logos = rsc\graphics\logos
|
|
sprites = rsc\graphics\sprites
|
|
tilesets = rsc\graphics\tilesets
|
|
|
|
#debugging
|
|
debug = true
|
|
avatar = elliot2.bmp
|