diff options
author | David Walter Seikel | 2014-04-16 18:22:32 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-16 18:22:32 +1000 |
commit | 8922d02f41ebad870cbee83b5e84d262c08fe0df (patch) | |
tree | 2d6a6ee2cc65d521d45306248e24d95b4d0cb211 /ClientHamr | |
parent | Add a README for my shared library idea. (diff) | |
download | SledjHamr-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.skang | 2 |
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 | |||
10 | skang.window(200, 200, "G'day planet.") | 10 | skang.window(200, 200, "G'day planet.") |
11 | 11 | ||
12 | quitter = widget.button('Quit', 0.5, 0.5, 0.5, 0.5) | 12 | quitter = widget.button('Quit', 0.5, 0.5, 0.5, 0.5) |
13 | quitter:action('quit') -- 'quit' is looked up in ThingSpcae.commands, and translated into the Lua 'skang.quit()'. | 13 | quitter: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' |
16 | this.bar = 'things' | 16 | this.bar = 'things' |