We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b2811 commit bcbf5a8Copy full SHA for bcbf5a8
scripts/LineAudio/LineAudio.gml
@@ -1,3 +1,6 @@
1
+// Greeting
2
+show_debug_message("Thank you for using LineAudio! You are using version "+LINE_AUDIO_VERSION+".");
3
+
4
// Play Sound From Sound-Set
5
function line_audio_play(index,x=undefined,y=undefined,volume_mod=1,pitch_mod=1,falloff_mod=1)
6
{
0 commit comments