blob: 3697f7005572d3709663d4824e80206bfb89ae09 (
plain)
1
2
3
4
5
6
7
8
9
|
<KrossScripting>
<ScriptAction
name="RandomPaintRuby"
text="Random Paint"
description="Demonstrate how to use the Painter script API and paint random shape on screen"
icon=""
interpreter="ruby"
file="randompaint.rb" />
</KrossScripting>
|