aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-11-13 12:02:35 +0000
committers-ol <s-ol@users.noreply.github.com>2019-11-13 12:02:47 +0000
commitb651f4dbcbec7eccfcb90ea2b23e28d988e36026 (patch)
treeaea6d2ef5f3420bde3fc7fe5c0727d6bd85fb8b3 /examples/test.moon
parentadd input.slider (diff)
downloadwatch-cad-b651f4dbcbec7eccfcb90ea2b23e28d988e36026.tar.gz
watch-cad-b651f4dbcbec7eccfcb90ea2b23e28d988e36026.zip
add line, arrow; hover events
Diffstat (limited to 'examples/test.moon')
-rw-r--r--examples/test.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test.moon b/examples/test.moon
index 352ebd2..ef25cd8 100644
--- a/examples/test.moon
+++ b/examples/test.moon
@@ -3,6 +3,6 @@ import vec2 from require 'cpml'
=>
input.point @p
- input.rectangle @re, max: @p!
+ input.rect @re, max: @p!
input.circle @circ, center: @p!