mirror of
https://github.com/Theaninova/BeatMapLanguage.git
synced 2026-01-18 07:12:48 +00:00
Pattern Loops
This commit is contained in:
13
src/test.bml
13
src/test.bml
@@ -1,7 +1,9 @@
|
||||
#fun test () {
|
||||
Cube (1.0, 3, 5,)
|
||||
Cube (1.1, 2, 3,)
|
||||
Cube (1.4, 5, 3,)
|
||||
Cube (1.5, 2, 3,)
|
||||
Cube (2.0, 5, 3,)
|
||||
|
||||
<-2.0
|
||||
}
|
||||
|
||||
#fun test_two () {
|
||||
@@ -11,5 +13,10 @@
|
||||
#main () {
|
||||
test_two ()
|
||||
Cube (1.2, 3, 6,)
|
||||
!24.6:false:4 {test ()}
|
||||
|
||||
|
||||
!24.6:false:4 {
|
||||
test ()
|
||||
<-2.0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user