aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-16 18:22:32 +1000
committerDavid Walter Seikel2014-04-16 18:22:32 +1000
commit8922d02f41ebad870cbee83b5e84d262c08fe0df (patch)
tree2d6a6ee2cc65d521d45306248e24d95b4d0cb211 /ClientHamr
parentAdd a README for my shared library idea. (diff)
downloadSledjHamr-8922d02f41ebad870cbee83b5e84d262c08fe0df.zip
SledjHamr-8922d02f41ebad870cbee83b5e84d262c08fe0df.tar.gz
SledjHamr-8922d02f41ebad870cbee83b5e84d262c08fe0df.tar.bz2
SledjHamr-8922d02f41ebad870cbee83b5e84d262c08fe0df.tar.xz
Typo--
Diffstat (limited to 'ClientHamr')
-rw-r--r--ClientHamr/GuiLua/test.skang2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/test.skang b/ClientHamr/GuiLua/test.skang
index f4e0b8f..20430e1 100644
--- a/ClientHamr/GuiLua/test.skang
+++ b/ClientHamr/GuiLua/test.skang
@@ -10,7 +10,7 @@ skang.clear
10skang.window(200, 200, "G'day planet.") 10skang.window(200, 200, "G'day planet.")
11 11
12quitter = widget.button('Quit', 0.5, 0.5, 0.5, 0.5) 12quitter = widget.button('Quit', 0.5, 0.5, 0.5, 0.5)
13quitter:action('quit') -- 'quit' is looked up in ThingSpcae.commands, and translated into the Lua 'skang.quit()'. 13quitter:action('quit') -- 'quit' is looked up in ThingSpace.commands, and translated into the Lua 'skang.quit()'.
14 14
15--other.foo = 'stuff' 15--other.foo = 'stuff'
16this.bar = 'things' 16this.bar = 'things'