Category talk:Wren-ellipse: Difference between revisions

m
→‎Source code: Now uses Wren S/H lexer.
(→‎Source code: Infrastructure changes to enable ellipses and circles to be treated as buttons and to make it easier to track button clicks.)
m (→‎Source code: Now uses Wren S/H lexer.)
 
(2 intermediate revisions by the same user not shown)
Line 1:
===Source code===
 
<langsyntaxhighlight ecmascriptlang="wren">/* Module "ellipse.wren" */
 
import "graphics" for Canvas, Color
Line 363:
return false
}
}</langsyntaxhighlight>
9,486

edits