From 53b2d5cb1bfe0acf24197d8427276f0ef872cbc1 Mon Sep 17 00:00:00 2001 From: Pakin Date: Tue, 26 Sep 2023 16:31:42 +0700 Subject: [PATCH] add reward picking page --- xml/page_pepween_random.xml | 171 ++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 xml/page_pepween_random.xml diff --git a/xml/page_pepween_random.xml b/xml/page_pepween_random.xml new file mode 100644 index 00000000..cebc69d3 --- /dev/null +++ b/xml/page_pepween_random.xml @@ -0,0 +1,171 @@ + + "Enable" + 1080 + 1920 + SoundVolume + ; "0xeae6e1" + + + Var randResult = 0 + Var isCoffinPress = "Enable" + + ; list of random items + Var dis30 = "Discount30" + Var dis50 = "Discount50" + Var dis100 = "Free1Drink" + + ; rate 40% + Var couponList[0] = dis30 + Var couponList[1] = dis30 + Var couponList[2] = dis30 + Var couponList[3] = dis30 + + Var couponList[4] = dis50 + Var couponList[5] = dis50 + Var couponList[6] = dis50 + Var couponList[7] = dis50 + + ; rate 20% + Var couponList[8] = dis100 + Var couponList[9] = dis100 + + ; Coffin btn + Var CoffinBtnDir = "ROOT/taobin_project/image/event/pepween/bn_pepween_" + DEBUGVAR CoffinBtnDir + + + ; background + + 0 + 380 + 1080 + 1540 + "ROOT/taobin_project/image/event/pepween/bg_pepween_random.png" + + + + ; back --- debug + ; + ; disable this later + + + + 373 + 444 + 334 + 75 + "ROOT/taobin_project/image/event/pepween/let_ghost_show_u.png" + + + + 79 + 526 + 923 + 67 + "ROOT/taobin_project/image/event/pepween/choose_your_ghost.png" + + + ; Button top left - Caroline + + + ; Button top mid - Jeremy + + + ; Button top right - Rosalie + + + ; Button bottom left - Arnold + + + ; Button bottom right - Alnwick + + + ; accept button + + \ No newline at end of file