sunflowers-in-the-rain/objects/obj_UI/Create_0.gml

11 lines
228 B
Plaintext
Raw Normal View History

2022-06-30 22:16:34 -07:00
if (!audio_is_playing(areatheme)) {
audio_stop_sound(lovecoloredweh);
audio_stop_sound(inaudibledream);
audio_stop_sound(mooninginsect);
audio_play_sound(areatheme, 0, true);
}
global.camera = view_camera[0];
counter = 0;
2022-06-30 22:16:34 -07:00