mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 02:48:48 +08:00
✨ add test/juliaset.nas
This commit is contained in:
+2
-2
@@ -13,8 +13,8 @@ var ppm = func(filename, width, height, RGB) {
|
||||
io.close(fd);
|
||||
}
|
||||
|
||||
var width = 1600;
|
||||
var height = 900;
|
||||
var width = 1920;
|
||||
var height = 1080;
|
||||
var bar = (os.platform()=="windows")?
|
||||
process_bar.bar(front:"sharp", back:"point", sep:"line", length:50):
|
||||
process_bar.high_resolution_bar(50);
|
||||
|
||||
Reference in New Issue
Block a user