Skip to content

Commit 2d9da29

Browse files
committed
new player-sun collision sound
1 parent 9924734 commit 2d9da29

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
lines changed

objects/obj_player/Collision_obj_star.gml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/// @description Insert description here
22
// You can write your code in this editor
3-
3+
if (!audio_is_playing(sfx_into_the_sun))
4+
audio_play_sound(sfx_into_the_sun, 1, 0);
45

56

67
// call hit event
70.9 KB
Binary file not shown.

sounds/sfx_into_the_sun/sfx_into_the_sun.yy

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ufoAttack.yyp

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)