diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-11-13 12:02:35 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-11-13 12:02:47 +0000 |
| commit | b651f4dbcbec7eccfcb90ea2b23e28d988e36026 (patch) | |
| tree | aea6d2ef5f3420bde3fc7fe5c0727d6bd85fb8b3 /examples/test.moon | |
| parent | add input.slider (diff) | |
| download | watch-cad-b651f4dbcbec7eccfcb90ea2b23e28d988e36026.tar.gz watch-cad-b651f4dbcbec7eccfcb90ea2b23e28d988e36026.zip | |
add line, arrow; hover events
Diffstat (limited to 'examples/test.moon')
| -rw-r--r-- | examples/test.moon | 2 |
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! |
