Created basic tempo controller and initated song reader creation into playfield. No actual notes yet.
parent
5565fed49f
commit
6eb991d540
@ -0,0 +1,19 @@ |
|||||||
|
{ |
||||||
|
"id": "dc814062-491a-4f3d-9968-41c49ec0a64a", |
||||||
|
"modelName": "GMIncludedFile", |
||||||
|
"mvc": "1.0", |
||||||
|
"name": "TestSongFormat.txt", |
||||||
|
"CopyToMask": -1, |
||||||
|
"exists": false, |
||||||
|
"exportAction": 0, |
||||||
|
"exportDir": "", |
||||||
|
"fileName": "TestSongFormat.txt", |
||||||
|
"filePath": "datafiles", |
||||||
|
"freeData": false, |
||||||
|
"origName": "", |
||||||
|
"overwrite": false, |
||||||
|
"removeEnd": false, |
||||||
|
"size": 0, |
||||||
|
"store": false, |
||||||
|
"tags": "" |
||||||
|
} |
@ -0,0 +1,3 @@ |
|||||||
|
if (global.mode==1) { |
||||||
|
LAST_BEAT = audio_sound_get_track_position(global.playing_id); |
||||||
|
} |
@ -1,3 +1,4 @@ |
|||||||
global.music_selection = Sekaiwa_Koini_Ochiteru |
global.music_selection = Sekaiwa_Koini_Ochiteru |
||||||
global.music_bpm = 130 |
global.music_bpm = 130 |
||||||
|
song_file_reader("TestSongFormat.txt") |
||||||
room_goto(playfield) |
room_goto(playfield) |
Loading…
Reference in new issue