-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
only pass the test when the video completes.
- Loading branch information
Showing
4 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,2 @@ | ||
event_inherited() | ||
started_already = false; | ||
show_debug_message("Will complete the test in 2 seconds."); | ||
game_set_speed(59, gamespeed_fps); | ||
call_later(15, time_source_units_seconds, function(){ | ||
olympus_test_resolve(); | ||
instance_destroy(); | ||
}); | ||
game_set_speed(59, gamespeed_fps); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/// @description Insert description here | ||
// You can write your code in this editor | ||
if async_load[? "type"] == "video_end"{ | ||
olympus_test_resolve(); | ||
instance_destroy(); | ||
} |
1 change: 1 addition & 0 deletions
1
Ganary/objects/grc_o_video_fps_freeze/grc_o_video_fps_freeze.yy
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.