From f1520ce77e61efb6e2e0c1fbde075e113b3292e4 Mon Sep 17 00:00:00 2001 From: Skirlez Date: Mon, 29 Nov 2021 20:54:05 +0200 Subject: [PATCH] I mean come on --- cate-gms2/objects/obj_volumetest/Draw_0.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cate-gms2/objects/obj_volumetest/Draw_0.gml b/cate-gms2/objects/obj_volumetest/Draw_0.gml index 04d9faa..dbd651c 100644 --- a/cate-gms2/objects/obj_volumetest/Draw_0.gml +++ b/cate-gms2/objects/obj_volumetest/Draw_0.gml @@ -1,7 +1,7 @@ draw_self(); if on_mouse() and image_index == 0 - draw_text(x, y - 32, "Check the game volume.\n(plays loud sound)") + draw_text(x, y - 32, "Check the game volume.\n(plays loud music)") else if image_index == 1 draw_text(x, y - 32, "This shouldn't be\near piercing.")