This repository has been archived on 2026-05-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sfdl/test.sfdl
2025-12-04 18:20:07 +08:00

7 lines
121 B
Plaintext

origin is (100, 300);
rot is 0;
scale is (1, 1);
-- 画一个简单的函数
for t from 0 to 10 step 0.5 draw (t, t*t);