AUS: Changed all video thankyou to use Frying Turtle videos

This commit is contained in:
Kenta420 2025-04-02 09:36:26 +07:00
parent e5c09e6d26
commit 8d55f97c9d
7 changed files with 8 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,13 +1,18 @@
SAVELOG "For change size this file."
If SaveTheWorldCount = 2 Then
Var video_file_name = "ROOT/taobin_project/inter/aus/video/frying_turtle_save_world.mp4"
Var video_id_to_ran = 3
Random2 1 4 video_id_to_ran
Var video_file_name = "ROOT/taobin_project/inter/aus/video/frying_turtle_save_world" + video_id_to_ran
Var video_file_name = video_file_name + ".mp4"
Else
Var video_id_to_ran = 2
Random2 1 2 video_id_to_ran
Random2 1 3 video_id_to_ran
Var video_file_name = "ROOT/taobin_project/inter/common/video/taobin_thank" + video_id_to_ran
Var video_file_name = "ROOT/taobin_project/inter/aus/video/frying_turtle_thank" + video_id_to_ran
Var video_file_name = video_file_name + ".mp4"
If EventNewYear = 1 Then