Changes

Jump to navigation Jump to search

cursor.set

121 bytes added, 22:03, 1 August 2015
m
typo
Line 20: Line 20:     
== Example ==
 
== Example ==
<syntaxhighlight>if (needsCursor == true) then
+
<syntaxhighlight>if needsCursor then   -- needsCursor would be a variable defined earlier
 
   cursor.set("pencil")
 
   cursor.set("pencil")
 
end</syntaxhighlight>
 
end</syntaxhighlight>
Line 26: Line 26:  
== Cursors ==
 
== Cursors ==
 
[[File:Cursors.png|400 px]]
 
[[File:Cursors.png|400 px]]
 +
 +
(this images also contains some non-available cursors, but most of them are)
    
== See also  ==
 
== See also  ==

Navigation menu