This commit is contained in:
the me 2022-08-07 14:14:04 -07:00
commit 09ade10207
117 changed files with 2153 additions and 0 deletions

View file

@ -0,0 +1,10 @@
function song(name_="among us trap remix", shortname="autr", audio_=[m_null], bpm_=100, description_="when the im.ogg", maps_=[sm_null], loopstart=0,loopend=audio_sound_length(audio_[0])) constructor {
name = name_;
audio = audio_;
bpm = bpm_;
description = description_;
maps = maps_;
self.loopStart = loopstart;
self.loopEnd = loopend;
variable_struct_set(global.tracklist, shortname, self);
}

View file

@ -0,0 +1,12 @@
{
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Music",
"path": "folders/Music.yy",
},
"resourceVersion": "1.0",
"name": "song",
"tags": [],
"resourceType": "GMScript",
}