Skip to content

Commit bcbf5a8

Browse files
committed
Add library greeting
1 parent a5b2811 commit bcbf5a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/LineAudio/LineAudio.gml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Greeting
2+
show_debug_message("Thank you for using LineAudio! You are using version "+LINE_AUDIO_VERSION+".");
3+
14
// Play Sound From Sound-Set
25
function line_audio_play(index,x=undefined,y=undefined,volume_mod=1,pitch_mod=1,falloff_mod=1)
36
{

0 commit comments

Comments
 (0)