THAI: Update collecting point page Bad valentine promotion
This commit is contained in:
parent
0be4a953e3
commit
37f77e00fb
3 changed files with 158 additions and 25 deletions
BIN
image/event/bad_valentine/display_point_en/bn_random.png
Normal file
BIN
image/event/bad_valentine/display_point_en/bn_random.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
BIN
image/event/bad_valentine/display_point_en/bp_random.png
Normal file
BIN
image/event/bad_valentine/display_point_en/bp_random.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
|
|
@ -27,22 +27,15 @@
|
|||
DEBUGVAR TelephoneNumber
|
||||
DEBUGVAR TelephoneNumberX
|
||||
|
||||
Var ThaiTextState = "Invisible"
|
||||
Var EngTextState = "Invisible"
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/event/bad_valentine/display_point_en"
|
||||
Var page_doing_show_time_image = "ROOT/taobin_project/image/page_doing/img2.png"
|
||||
|
||||
Var EngTextState = "Enable"
|
||||
|
||||
Var IMG_CNT = "ROOT/taobin_project/image/page_doing/img2_eng.png"
|
||||
Else
|
||||
Var DirImage = "ROOT/taobin_project/image/event/bad_valentine/display_point"
|
||||
Var page_doing_show_time_image = "ROOT/taobin_project/image/page_doing/img2.png"
|
||||
|
||||
Var ThaiTextState = "Enable"
|
||||
|
||||
Var IMG_CNT = "ROOT/taobin_project/image/page_doing/img2.png"
|
||||
EndIf
|
||||
|
||||
|
|
@ -63,6 +56,40 @@
|
|||
|
||||
Var PointCount = 0
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var taobinTextPoint[0] = "Bad kids smacked\ngood ones ditched"
|
||||
Var taobinTextPoint[1] = "Ghosted after night\nconvo's dead"
|
||||
Var taobinTextPoint[2] = "Kindness fix,\nzero romance drama"
|
||||
Var taobinTextPoint[3] = "Love on mute,\nstuck in suspense"
|
||||
Var taobinTextPoint[4] = "Promised a chat,\nbut poof, gone after HEY"
|
||||
Var taobinTextPoint[5] = "Pops up when the rest bail"
|
||||
Var taobinTextPoint[6] = "Love deep, broke hard – the real deal"
|
||||
Var taobinTextPoint[7] = "Forget love, take the L"
|
||||
Var taobinTextPoint[8] = "Chat's our sport, gold in NO REPLY"
|
||||
Else
|
||||
Var taobinTextPoint[0] = "เป็นเด็กดื้อโดนตี เป็นเด็กดีโดนทิ้งตลอด"
|
||||
Var taobinTextPoint[1] = "ตัดบทบอกฝันดี = เขาไม่อยากคุย"
|
||||
Var taobinTextPoint[2] = "ที่ทำดีด้วยเขาไม่ได้มีใจ แต่เขามีเมตตา"
|
||||
Var taobinTextPoint[3] = "ตกอยู่ในสถานะสแตนด์บาย"
|
||||
Var taobinTextPoint[4] = "บอกว่าคุยได้พอทักไปก็หาย"
|
||||
Var taobinTextPoint[5] = "เขาจะกลับมาก็ต่อเมื่อไม่เหลือใคร"
|
||||
Var taobinTextPoint[6] = "รักหมดใจ เจ็บหมดตัวมีอยู่จริง"
|
||||
Var taobinTextPoint[7] = "คนลืมก่อนชนะ โอเคเราแพ้"
|
||||
Var taobinTextPoint[8] = "แชมป์โอลิมปิกสาขาชวนคุย"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Var taobinTextColorPoint[0] = "0x000000"
|
||||
Var taobinTextColorPoint[1] = "0x000000"
|
||||
Var taobinTextColorPoint[2] = "0x000000"
|
||||
Var taobinTextColorPoint[3] = "0x000000"
|
||||
Var taobinTextColorPoint[4] = "0x000000"
|
||||
Var taobinTextColorPoint[5] = "0x000000"
|
||||
Var taobinTextColorPoint[6] = "0x000000"
|
||||
Var taobinTextColorPoint[7] = "0x000000"
|
||||
Var taobinTextColorPoint[8] = "0x000000"
|
||||
|
||||
DEBUGVAR PointState[0]
|
||||
DEBUGVAR PointState[1]
|
||||
DEBUGVAR PointState[2]
|
||||
|
|
@ -115,7 +142,7 @@
|
|||
Else
|
||||
If newPointIndex >= 0 Then
|
||||
Var taobinImgPoint[newPointIndex] = "/point_active_new.png"
|
||||
;Var taobinTextColorPoint[newPointIndex] = "0x2CDD69"
|
||||
Var taobinTextColorPoint[newPointIndex] = "0xFFE400"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -266,57 +293,57 @@
|
|||
|
||||
|
||||
<Image>
|
||||
<X> 220 </X>
|
||||
<X> 287 </X>
|
||||
<Y> 1126 </Y>
|
||||
<Filename> Var( DirImage + taobinImgPoint[0]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 360 </X>
|
||||
<X> 497 </X>
|
||||
<Y> 1126 </Y>
|
||||
<Filename> Var( DirImage + taobinImgPoint[1]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 500 </X>
|
||||
<X> 706 </X>
|
||||
<Y> 1126 </Y>
|
||||
<Filename> Var( DirImage + taobinImgPoint[2]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 640 </X>
|
||||
<Y> 1126 </Y>
|
||||
<X> 287 </X>
|
||||
<Y> 1296 </Y>
|
||||
<Filename> Var( DirImage + taobinImgPoint[3]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 780 </X>
|
||||
<Y> 1126 </Y>
|
||||
<X> 497 </X>
|
||||
<Y> 1296 </Y>
|
||||
<Filename> Var( DirImage + taobinImgPoint[4]) </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 220 </X>
|
||||
<Y> 1276 </Y>
|
||||
<X> 706 </X>
|
||||
<Y> 1296 </Y>
|
||||
<Filename> Var( DirImage + taobinImgPoint[5]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 360 </X>
|
||||
<Y> 1276 </Y>
|
||||
<X> 287 </X>
|
||||
<Y> 1456 </Y>
|
||||
<Filename> Var( DirImage + taobinImgPoint[6]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 500 </X>
|
||||
<Y> 1276 </Y>
|
||||
<X> 497 </X>
|
||||
<Y> 1456 </Y>
|
||||
<Filename> Var( DirImage + taobinImgPoint[7]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 640 </X>
|
||||
<Y> 1276 </Y>
|
||||
<X> 706 </X>
|
||||
<Y> 1456 </Y>
|
||||
<Filename> Var( DirImage + taobinImgPoint[8]) </Filename>
|
||||
</Image>
|
||||
|
||||
|
|
@ -400,11 +427,117 @@
|
|||
|
||||
<Image>
|
||||
<X> text8_X </X>
|
||||
<Y> 1578 </Y>
|
||||
<Y> 1610 </Y>
|
||||
<Filename> Var( DirImage + "/text8.png" )</Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 220 </X>
|
||||
<Y> 1250 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width> 250 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> taobinTextColorPoint[0] </Color>
|
||||
<Value> taobinTextPoint[0] </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 431 </X>
|
||||
<Y> 1250 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width> 250 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> taobinTextColorPoint[1] </Color>
|
||||
<Value> taobinTextPoint[1] </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 645 </X>
|
||||
<Y> 1250 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width> 250 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> taobinTextColorPoint[2] </Color>
|
||||
<Value> taobinTextPoint[2] </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
<X> 220 </X>
|
||||
<Y> 1410 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width> 250 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> taobinTextColorPoint[3] </Color>
|
||||
<Value> taobinTextPoint[3] </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 431 </X>
|
||||
<Y> 1410 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width> 250 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> taobinTextColorPoint[4] </Color>
|
||||
<Value> taobinTextPoint[4] </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 645 </X>
|
||||
<Y> 1410 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width> 250 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> taobinTextColorPoint[5] </Color>
|
||||
<Value> taobinTextPoint[5] </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 220 </X>
|
||||
<Y> 1575 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width> 250 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> taobinTextColorPoint[6] </Color>
|
||||
<Value> taobinTextPoint[6] </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
<X> 431 </X>
|
||||
<Y> 1575 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width> 250 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> taobinTextColorPoint[7] </Color>
|
||||
<Value> taobinTextPoint[7] </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
<X> 645 </X>
|
||||
<Y> 1575 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width> 250 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> taobinTextColorPoint[8] </Color>
|
||||
<Value> taobinTextPoint[8] </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
|
||||
|
||||
;
|
||||
<Image>
|
||||
<X> 751 </X>
|
||||
|
|
@ -418,7 +551,7 @@
|
|||
<Align> End </Align>
|
||||
<Width> 153 </Width>
|
||||
<Size> 88 </Size>
|
||||
<Font> RobotoBold </Font>
|
||||
<Font> RobotoBold </Font
|
||||
<Color> 0x513C2F </Color>
|
||||
<Value> ShowCountDownBrewing </Value>
|
||||
</Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue