mirror of
https://github.com/Theaninova/BeatMapLanguage.git
synced 2026-01-21 08:42:50 +00:00
Improvements
This commit is contained in:
15
src/test.bml
Normal file
15
src/test.bml
Normal file
@@ -0,0 +1,15 @@
|
||||
#fun test () {
|
||||
Cube (1.0, 3, 5,)
|
||||
Cube (1.1, 2, 3,)
|
||||
Cube (1.4, 5, 3,)
|
||||
}
|
||||
|
||||
#fun test_two () {
|
||||
Cube (1.2, 6, 6,)
|
||||
}
|
||||
|
||||
#main () {
|
||||
test_two ()
|
||||
Cube (1.2, 3, 6,)
|
||||
!24.6:false:4 {test ()}
|
||||
}
|
||||
Reference in New Issue
Block a user