Merge remote-tracking branch 'origin/masterpiece' into th_inter
This commit is contained in:
commit
e2b89832a2
32 changed files with 4757 additions and 4310 deletions
BIN
inter/hkg/image/page_drink_disable_n2/bn_ginger_cafe_latte.png
Normal file
BIN
inter/hkg/image/page_drink_disable_n2/bn_ginger_cafe_latte.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
BIN
inter/hkg/image/page_drink_n/bn_ginger_cafe_latte.png
Normal file
BIN
inter/hkg/image/page_drink_n/bn_ginger_cafe_latte.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8 KiB |
BIN
inter/hkg/image/page_drink_picture2_n/bn_ginger_cafe_latte.png
Normal file
BIN
inter/hkg/image/page_drink_picture2_n/bn_ginger_cafe_latte.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
inter/hkg/image/page_drink_press_n/bn_ginger_cafe_latte.png
Normal file
BIN
inter/hkg/image/page_drink_press_n/bn_ginger_cafe_latte.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8 KiB |
|
|
@ -1,13 +1,24 @@
|
|||
SAVELOG "For change size this file. New video"
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
If SaveTheWorldCount = 2 Then
|
||||
Var video_id_to_ran = 3
|
||||
Random2 1 3 video_id_to_ran
|
||||
|
||||
GetFileSizeK "taobin_project/inter/hkg/video/taobin_thank1_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 6749397 Then
|
||||
Var video_file_name = "ROOT/taobin_project/inter/hkg/video/taobin_thank1_event.mp4"
|
||||
EndIf
|
||||
Var video_file_name = "ROOT/taobin_project/inter/common/video/taobin_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
|
||||
|
||||
Var video_file_name = "ROOT/taobin_project/inter/common/video/taobin_thank" + video_id_to_ran
|
||||
Var video_file_name = video_file_name + ".mp4"
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
GetFileSizeK "taobin_project/inter/hkg/video/taobin_thank1_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 6749397 Then
|
||||
Var video_file_name = "ROOT/taobin_project/inter/hkg/video/taobin_thank1_event.mp4"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue