This repository has been archived on 2022-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
shapes-juke/sjscript/test/test02.sj

8 lines
91 B
Plaintext
Raw Normal View History

$define beat {0}
$repeat i 100 {
A [$i*5+$beat..($i+1)*5+$beat] {
damage = 1;
}
}