AUS: Changed all video thankyou to use Frying Turtle videos
This commit is contained in:
parent
e5c09e6d26
commit
8d55f97c9d
7 changed files with 8 additions and 3 deletions
Binary file not shown.
BIN
inter/aus/video/frying_turtle_save_world1.mp4
Normal file
BIN
inter/aus/video/frying_turtle_save_world1.mp4
Normal file
Binary file not shown.
BIN
inter/aus/video/frying_turtle_save_world2.mp4
Normal file
BIN
inter/aus/video/frying_turtle_save_world2.mp4
Normal file
Binary file not shown.
BIN
inter/aus/video/frying_turtle_save_world3.mp4
Normal file
BIN
inter/aus/video/frying_turtle_save_world3.mp4
Normal file
Binary file not shown.
BIN
inter/aus/video/frying_turtle_thank1.mp4
Normal file
BIN
inter/aus/video/frying_turtle_thank1.mp4
Normal file
Binary file not shown.
BIN
inter/aus/video/frying_turtle_thank2.mp4
Normal file
BIN
inter/aus/video/frying_turtle_thank2.mp4
Normal file
Binary file not shown.
|
|
@ -1,13 +1,18 @@
|
||||||
SAVELOG "For change size this file."
|
SAVELOG "For change size this file."
|
||||||
|
|
||||||
If SaveTheWorldCount = 2 Then
|
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
|
Else
|
||||||
|
|
||||||
Var video_id_to_ran = 2
|
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"
|
Var video_file_name = video_file_name + ".mp4"
|
||||||
|
|
||||||
If EventNewYear = 1 Then
|
If EventNewYear = 1 Then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue