Skip to content

Commit

Permalink
Remove looping
Browse files Browse the repository at this point in the history
  • Loading branch information
shichen85 committed Dec 2, 2024
1 parent 214054a commit 3ca0ce8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Ganary/objects/grc_o_video_fps_freeze/Alarm_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@

// Inherit the parent event
event_inherited();
video_open("Ganary/cutscenes/opening_Trim.mp4");
video_enable_loop(true);
video_open("Ganary/cutscenes/opening_Trim.mp4");

0 comments on commit 3ca0ce8

Please sign in to comment.