Created
February 20, 2012 17:50
-
-
Save fxthomas/1870286 to your computer and use it in GitHub Desktop.
Lua Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Test LUA lesson | |
function main () | |
image_params = { | |
id = "equerre", | |
type = "image", | |
params = { | |
filename = "Bubble.png", | |
movable = false | |
} | |
}; | |
addElement (image_params, {root = true}, true); | |
speak ("Bonjour à tous!"); | |
delay (20); | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment