diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-11-22 18:29:05 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-11-22 18:29:05 +0000 |
| commit | 670fa39a8feed54b9d11ae9cf5768e3bb4059f02 (patch) | |
| tree | 1ae4a89171fb80e9cd098b93e760651a91c948dd /examples/test.moon | |
| parent | more examples (diff) | |
| download | watch-cad-670fa39a8feed54b9d11ae9cf5768e3bb4059f02.tar.gz watch-cad-670fa39a8feed54b9d11ae9cf5768e3bb4059f02.zip | |
move examples to library folder
Diffstat (limited to 'examples/test.moon')
| -rw-r--r-- | examples/test.moon | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/test.moon b/examples/test.moon deleted file mode 100644 index ef25cd8..0000000 --- a/examples/test.moon +++ /dev/null @@ -1,8 +0,0 @@ -import vec2 from require 'cpml' - -=> - input.point @p - - input.rect @re, max: @p! - - input.circle @circ, center: @p! |
