-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaze.cfg
executable file
·45 lines (37 loc) · 1.49 KB
/
maze.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
# software version
#
mclachlan.maze.version = DEV
mclachlan.maze.log.impl = mclachlan.maze.game.Log
# Log level:
# 0: off
# 1: loud
# 10: debug
mclachlan.maze.log.level = 10
mclachlan.maze.log.buffer.size = 0
#mclachlan.maze.log.buffer.size = 5000
mclachlan.maze.perflog.impl = mclachlan.maze.util.PerfLog
mclachlan.maze.perflog.level = 10
mclachlan.maze.db.loader.impl = mclachlan.maze.data.v1.V1Loader
mclachlan.maze.db.saver.impl = mclachlan.maze.data.v1.V1Saver
mclachlan.maze.ui.impl = mclachlan.maze.ui.diygui.DiyGuiUserInterface
#mclachlan.maze.ui.renderer = mclachlan.maze.ui.diygui.render.maze.MazeRendererFactory
mclachlan.maze.ui.renderer = mclachlan.maze.ui.diygui.render.mf.MFRendererFactory
mclachlan.maze.ui.debug = false
mclachlan.maze.ui.debug = true
mclachlan.maze.gamesys.impl = mclachlan.maze.stat.GameSys
mclachlan.maze.magicsys.impl = mclachlan.maze.stat.magic.MagicSys
mclachlan.maze.screen.width = 1024
mclachlan.maze.screen.height = 768
mclachlan.maze.full.screen = false
# one of: amaranth, asul, eczar, exo2, josefin, nunito (proportional fonts), or
# monaco, anonymous, veramono, excalibur, quicktypemono (mono spaced)
mclachlan.maze.screen.default_font = nunito
mclachlan.maze.screen.default_font_size = 14
mclachlan.maze.show_launcher=false
#mclachlan.maze.show_launcher=true
mclachlan.maze.campaign = default
#mclachlan.maze.campaign = temple
#mclachlan.maze.game.debug_knowledge_events = true
#mclachlan.maze.game.disable_random_spawns = true
mclachlan.maze.game.roving_sprites = true