mirror of
https://github.com/Theaninova/BeatMapLanguage.git
synced 2025-12-12 17:16:15 +00:00
22 lines
247 B
Plaintext
22 lines
247 B
Plaintext
#fun test () {
|
|
Cube (1.0, 3, 5,)
|
|
Cube (1.5, 2, 3,)
|
|
Cube (2.0, 5, 3,)
|
|
|
|
<-2.0
|
|
}
|
|
|
|
#fun test_two () {
|
|
Cube (1.2, 6, 6,)
|
|
}
|
|
|
|
#main () {
|
|
test_two ()
|
|
Cube (1.2, 3, 6,)
|
|
|
|
|
|
!24.6:false:4 {
|
|
test ()
|
|
<-2.0
|
|
}
|
|
} |