We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2834e05 commit 2aa4b95Copy full SHA for 2aa4b95
Path Editor.lua
@@ -1,3 +1,17 @@
1
+----------------------------------------------------------------------
2
+-- This example shows how to create a simple path editor,
3
+-- using the canvas widget.
4
5
+
6
+if app.apiVersion < 21 then
7
+ return app.alert("This script requires Aseprite v1.3-rc1")
8
+end
9
10
+-- This script requires UI
11
+if not app.isUIAvailable then
12
+ return
13
14
15
local PointRadius = 5
16
17
-- Use the theme colors
0 commit comments