Skip to content

Commit

Permalink
I mean come on
Browse files Browse the repository at this point in the history
  • Loading branch information
Skirlez committed Nov 29, 2021
1 parent ba34a28 commit f1520ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cate-gms2/objects/obj_volumetest/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -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.")

0 comments on commit f1520ce

Please sign in to comment.