Skip to content

Commit 12f6988

Browse files
committed
lair: Don't draw hints by default.
1 parent 44621cb commit 12f6988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/games/lair/game.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local starting_lives = 5
1212
local infinite_lives = false -- set to true to not lose a life on failure.
1313
local god_mode = false -- if true, game plays correct moves automatically, so you never fail.
1414
local play_sounds = true -- if true, beeps and buzzes play when appropriate, otherwise, skipped.
15-
local draw_hints = true -- if true, draws hint on what button to press.
15+
local draw_hints = false -- if true, draws hint on what button to press.
1616

1717
DirkSimple.cvars = {
1818
{ name="starting_lives", desc="Number of lives player starts with", values="5|4|3|2|1", setter=function(name, value) starting_lives = DirkSimple.to_int(value) end },

0 commit comments

Comments
 (0)