diff --git a/setup.iss b/setup.iss index 7d79039..17ba252 100644 --- a/setup.iss +++ b/setup.iss @@ -28,6 +28,7 @@ Source: themes\original\*; DestDir: {app}\themes\original Source: themes\fantasy\*; DestDir: {app}\themes\fantasy Source: themes\arctic\*; DestDir: {app}\themes\arctic Source: themes\bluesteel\*; DestDir: {app}\themes\bluesteel +Source: themes\clearlooks\*; DestDir: {app}\themes\clearlooks Source: *.dll; DestDir: {app} [CustomMessages] diff --git a/stead/click.lua b/stead/click.lua index c56d671..daf1253 100644 --- a/stead/click.lua +++ b/stead/click.lua @@ -19,4 +19,4 @@ function(f, s, cmd, x, y, ...) end return f(s, cmd, x, y, unpack(arg)) end) - +-- vim:ts=4 diff --git a/stead/dbg.lua b/stead/dbg.lua index b40c085..bdf5090 100644 --- a/stead/dbg.lua +++ b/stead/dbg.lua @@ -223,3 +223,5 @@ function(f, s, down, key, ...) end) putf('debug_tool', me()); + +-- vim:ts=4 diff --git a/stead/format.lua b/stead/format.lua index a545f72..ecbe15d 100644 --- a/stead/format.lua +++ b/stead/format.lua @@ -32,3 +32,5 @@ stead.fmt = stead.hook(stead.fmt, function(f, ...) end return r; end) + +-- vim:ts=4 diff --git a/stead/goto.lua b/stead/goto.lua index 81c93c0..1e4a284 100644 --- a/stead/goto.lua +++ b/stead/goto.lua @@ -167,3 +167,5 @@ player = stead.inherit(player, function(v) end) pl = player(pl) -- reinit + +-- vim:ts=4 diff --git a/stead/gui.lua b/stead/gui.lua index 7848ddb..b571a81 100644 --- a/stead/gui.lua +++ b/stead/gui.lua @@ -180,3 +180,5 @@ fmt = function(...) end stead.fmt = fmt + +-- vim:ts=4 diff --git a/stead/hotkeys.lua b/stead/hotkeys.lua index 529c5d7..f31eaf9 100644 --- a/stead/hotkeys.lua +++ b/stead/hotkeys.lua @@ -16,3 +16,5 @@ game.kbd = stead.hook(game.kbd, function(f, s, down, key, ...) end return f(s, down, key, unpack(arg)); end) + +-- vim:ts=4 diff --git a/stead/input.lua b/stead/input.lua index 9cf4713..107d168 100644 --- a/stead/input.lua +++ b/stead/input.lua @@ -311,3 +311,5 @@ function inp(n, info, txt) end return obj(v) end + +-- vim:ts=4 diff --git a/stead/kbd.lua b/stead/kbd.lua index dceafe1..e9c375c 100644 --- a/stead/kbd.lua +++ b/stead/kbd.lua @@ -33,4 +33,3 @@ stead.module_init(function() end) -- vim:ts=4 - diff --git a/stead/object.lua b/stead/object.lua index 34bc7dd..04e6c25 100644 --- a/stead/object.lua +++ b/stead/object.lua @@ -189,3 +189,5 @@ end game.lifes = list(game.lifes) stead:init(); -- reinit ob + +-- vim:ts=4 diff --git a/stead/prefs.lua b/stead/prefs.lua index 0a481a7..35ae6ea 100644 --- a/stead/prefs.lua +++ b/stead/prefs.lua @@ -19,3 +19,5 @@ prefs = obj { return stead.os.remove(name); end }; + +-- vim:ts=4 diff --git a/stead/snapshots.lua b/stead/snapshots.lua index 882f178..514127e 100644 --- a/stead/snapshots.lua +++ b/stead/snapshots.lua @@ -64,4 +64,3 @@ function delete_snapshot(nr) game._snapshots[nr] = nil end -- vim:ts=4 - diff --git a/stead/timer.lua b/stead/timer.lua index dee858f..3a5ffb8 100644 --- a/stead/timer.lua +++ b/stead/timer.lua @@ -8,3 +8,5 @@ end) timer.callback = function(s) return 'user_timer' end + +-- vim:ts=4 diff --git a/stead/xact.lua b/stead/xact.lua index 4bf79d6..ae9d98d 100644 --- a/stead/xact.lua +++ b/stead/xact.lua @@ -121,3 +121,4 @@ xroom = stead.inherit(room, function(v) end) return v end) +-- vim:ts=4