Path: blob/main/misc/vex4/assets/ui/ui_gameplay.json
36112 views
{1"hierarchy": {2"name": "Canvas",3"children": [4{5"name": "level_container",6"children": [7{8"name": "level"9},10{11"name": "total_deaths"12}13]14},15{16"name": "time_container",17"children": [18{19"name": "time"20},21{22"name": "pause"23},24{25"name": "progress_container",26"children": [27{28"name": "progress_percentage"29},30{31"name": "progress_bar_bg",32"children": [33{34"name": "progress_bar"35}36]37},38{39"name": "ranking"40}41]42}43]44},45{46"name": "floor_container",47"children": [48{49"name": "title"50},51{52"name": "floor_text"53}54]55},56{57"name": "challenge_container",58"children": [59{60"name": "level"61},62{63"name": "total_deaths"64}65]66},67{68"name": "level_hub_container",69"children": [70{71"name": "trophy_lock"72},73{74"name": "star_lock"75},76{77"name": "hardcore_lock"78},79{80"name": "trophy_unlock"81},82{83"name": "star_unlock"84},85{86"name": "hardcore_unlock"87},88{89"name": "act"90},91{92"name": "your_time_text"93},94{95"name": "your_time"96},97{98"name": "gold_time_text"99},100{101"name": "gold_time"102},103{104"name": "silver_time"105},106{107"name": "bronze_time"108},109{110"name": "silver_time_text"111},112{113"name": "bronze_time_text"114}115]116},117{118"name": "challenge_room_container",119"children": [120{121"name": "trophy_lock"122},123{124"name": "trophy_unlock"125},126{127"name": "title"128},129{130"name": "floors_text"131},132{133"name": "floors"134},135{136"name": "your_time"137},138{139"name": "your_time_text"140}141]142},143{144"name": "achievement_container",145"children": [146{147"name": "title"148},149{150"name": "description"151},152{153"name": "image"154}155]156},157{158"name": "tnt_container",159"children": [160{161"name": "bg_bar"162},163{164"name": "bar"165},166{167"name": "title"168},169{170"name": "tnt_text"171}172]173}174]175},176"properties": {177"Canvas": {178"design": {179"width": 960,180"height": 640181},182"type": "canvas"183},184"level_container": {185"file": "gp_level_container.png",186"image": "SIMPLE",187"type": "sprite",188"alignment": {189"type": "TOP_LEFT",190"offset": {191"x": -6,192"y": 6.1193}194}195},196"level_container/level": {197"font": {198"name": "milocha",199"fontSize": 27200},201"text": "ACT 1",202"align": "center",203"position": {204"x": -64.9,205"y": -7206},207"anchor": {208"x": 0,209"y": 0.5210},211"type": "text"212},213"level_container/total_deaths": {214"font": {215"name": "milocha",216"fontSize": 16217},218"text": "Total deaths: 0",219"align": "center",220"position": {221"x": -63.7,222"y": 16.8223},224"anchor": {225"x": 0,226"y": 0.5227},228"type": "text"229},230"time_container": {231"file": "gp_time_container.png",232"image": "SIMPLE",233"type": "sprite",234"alignment": {235"type": "TOP_RIGHT",236"offset": {237"x": 0.5,238"y": 6.9239}240}241},242"time_container/time": {243"font": {244"name": "milocha",245"fontSize": 27246},247"text": "00:03:30",248"align": "center",249"position": {250"x": 7.5,251"y": -5.4252},253"type": "text"254},255"time_container/pause": {256"file": "gp_pause_button.png",257"image": "SLICED",258"slice": {259"top": 0,260"bottom": 0,261"left": 0,262"right": 0263},264"size": {265"width": 38,266"height": 39267},268"position": {269"x": 39.6,270"y": 59271},272"type": "button"273},274"time_container/progress_container": {275"file": "gp_ranking_container.png",276"image": "SIMPLE",277"position": {278"x": 0,279"y": 0280},281"type": "sprite"282},283"time_container/progress_container/progress_percentage": {284"font": {285"name": "milocha",286"fontSize": 22287},288"text": "10%",289"align": "center",290"position": {291"x": 52,292"y": 22.7293},294"type": "text"295},296"time_container/progress_container/progress_bar_bg": {297"file": "gp_bar_bg.png",298"image": "SIMPLE",299"position": {300"x": -9,301"y": 17.9302},303"type": "sprite"304},305"time_container/progress_container/progress_bar_bg/progress_bar": {306"file": "gp_bar.png",307"image": "SIMPLE",308"position": {309"x": -40.5,310"y": 0311},312"anchor": {313"x": 0,314"y": 0.5315},316"type": "sprite"317},318"time_container/progress_container/ranking": {319"file": "gp_perfect_text.png",320"image": "SIMPLE",321"position": {322"x": 7,323"y": 19.3324},325"type": "sprite"326},327"floor_container": {328"file": "cr_floor_container.png",329"image": "SIMPLE",330"type": "sprite",331"alignment": {332"type": "TOP_CENTER",333"offset": {334"x": 0,335"y": 5.1336}337}338},339"floor_container/title": {340"font": {341"name": "milocha",342"fontSize": 27343},344"text": "FLOOR",345"align": "center",346"position": {347"x": -0.3,348"y": -10.3349},350"type": "text"351},352"floor_container/floor_text": {353"font": {354"name": "milocha",355"fontSize": 23356},357"text": "01/30",358"align": "center",359"position": {360"x": -0.3,361"y": 19362},363"type": "text"364},365"challenge_container": {366"file": "cr_level_container.png",367"image": "SIMPLE",368"type": "sprite",369"alignment": {370"type": "TOP_LEFT",371"offset": {372"x": -6.3,373"y": 5.6374}375}376},377"challenge_container/level": {378"font": {379"name": "milocha",380"fontSize": 27381},382"text": "Challenge Room",383"align": "center",384"position": {385"x": -101.9,386"y": -7.1387},388"anchor": {389"x": 0,390"y": 0.5391},392"type": "text"393},394"challenge_container/total_deaths": {395"font": {396"name": "milocha",397"fontSize": 16398},399"text": "Total deaths: 0",400"align": "center",401"position": {402"x": -96.2,403"y": 16.6404},405"anchor": {406"x": 0,407"y": 0.5408},409"type": "text"410},411"level_hub_container": {412"file": "lvl_hub_container.png",413"image": "SIMPLE",414"type": "sprite",415"alignment": {416"type": "BOTTOM_LEFT",417"offset": {418"x": 1.1,419"y": 6.7420}421}422},423"level_hub_container/trophy_lock": {424"file": "lvl_hub_trophy_lock.png",425"image": "SIMPLE",426"position": {427"x": -185.5,428"y": 16.3429},430"type": "sprite"431},432"level_hub_container/star_lock": {433"file": "lvl_hub_star_lock.png",434"image": "SIMPLE",435"position": {436"x": -126.2,437"y": 16.1438},439"type": "sprite"440},441"level_hub_container/hardcore_lock": {442"file": "lvl_hub_hardcore_lock.png",443"image": "SIMPLE",444"position": {445"x": -66.7,446"y": 13.8447},448"type": "sprite"449},450"level_hub_container/trophy_unlock": {451"file": "lvl_hub_trophy_unlock.png",452"image": "SIMPLE",453"position": {454"x": -185.5,455"y": 16.3456},457"type": "sprite"458},459"level_hub_container/star_unlock": {460"file": "lvl_hub_star_unlock.png",461"image": "SIMPLE",462"position": {463"x": -126.2,464"y": 16.1465},466"type": "sprite"467},468"level_hub_container/hardcore_unlock": {469"file": "lvl_hub_hardcore_unlock.png",470"image": "SIMPLE",471"position": {472"x": -66.7,473"y": 13.8474},475"type": "sprite"476},477"level_hub_container/act": {478"font": {479"name": "milocha",480"fontSize": 31481},482"text": "Act 1",483"align": "center",484"position": {485"x": -217,486"y": -26.4487},488"anchor": {489"x": 0,490"y": 0.5491},492"color": "#f8d53a",493"type": "text"494},495"level_hub_container/your_time_text": {496"font": {497"name": "milocha",498"fontSize": 33499},500"text": "Your Time:",501"align": "center",502"position": {503"x": -58.7,504"y": -27.5505},506"anchor": {507"x": 0,508"y": 0.5509},510"type": "text"511},512"level_hub_container/your_time": {513"font": {514"name": "milocha",515"fontSize": 33516},517"text": "01:20",518"align": "center",519"position": {520"x": 118.2,521"y": -25.1522},523"anchor": {524"x": 0,525"y": 0.5526},527"type": "text"528},529"level_hub_container/gold_time_text": {530"font": {531"name": "milocha",532"fontSize": 19533},534"text": "Gold",535"align": "center",536"stroke": "#613f00",537"strokeThickness": 4,538"position": {539"x": 50,540"y": 6.8541},542"color": "#ffe000",543"type": "text"544},545"level_hub_container/gold_time": {546"font": {547"name": "milocha",548"fontSize": 21549},550"text": "00:25",551"align": "center",552"position": {553"x": 50,554"y": 27.9555},556"type": "text"557},558"level_hub_container/silver_time": {559"font": {560"name": "milocha",561"fontSize": 21562},563"text": "00:25",564"align": "center",565"position": {566"x": 114.5,567"y": 27.9568},569"type": "text"570},571"level_hub_container/bronze_time": {572"font": {573"name": "milocha",574"fontSize": 21575},576"text": "00:25",577"align": "center",578"position": {579"x": 180.2,580"y": 27.9581},582"type": "text"583},584"level_hub_container/silver_time_text": {585"font": {586"name": "milocha",587"fontSize": 19588},589"text": "Silver",590"align": "center",591"stroke": "#07323a",592"strokeThickness": 4,593"position": {594"x": 114.5,595"y": 6.8596},597"color": "#a6d4d9",598"type": "text"599},600"level_hub_container/bronze_time_text": {601"font": {602"name": "milocha",603"fontSize": 19604},605"text": "Bronze",606"align": "center",607"stroke": "#4a1f00",608"strokeThickness": 4,609"position": {610"x": 180.2,611"y": 6.8612},613"color": "#ff8800",614"type": "text"615},616"challenge_room_container": {617"file": "cr_container.png",618"image": "SIMPLE",619"type": "sprite",620"alignment": {621"type": "BOTTOM_LEFT",622"offset": {623"x": 1.1,624"y": 6.7625}626}627},628"challenge_room_container/trophy_lock": {629"file": "cr_tophy_lock.png",630"image": "SIMPLE",631"position": {632"x": -190.3,633"y": 18.6634},635"type": "sprite"636},637"challenge_room_container/trophy_unlock": {638"file": "cr_tophy_unlock.png",639"image": "SIMPLE",640"position": {641"x": -190.3,642"y": 18.6643},644"type": "sprite"645},646"challenge_room_container/title": {647"font": {648"name": "milocha",649"fontSize": 31650},651"text": "CHALLENGE ROOM",652"align": "center",653"position": {654"x": -217,655"y": -26.4656},657"anchor": {658"x": 0,659"y": 0.5660},661"color": "#f8d53a",662"type": "text"663},664"challenge_room_container/floors_text": {665"font": {666"name": "milocha",667"fontSize": 19668},669"text": "Floors:",670"align": "center",671"position": {672"x": 54.3,673"y": 6.8674},675"color": "#f8d53a",676"type": "text"677},678"challenge_room_container/floors": {679"font": {680"name": "milocha",681"fontSize": 21682},683"text": "05/30",684"align": "center",685"position": {686"x": 54.3,687"y": 27.9688},689"type": "text"690},691"challenge_room_container/your_time": {692"font": {693"name": "milocha",694"fontSize": 21695},696"text": "00:25",697"align": "center",698"position": {699"x": 169,700"y": 27.9701},702"type": "text"703},704"challenge_room_container/your_time_text": {705"font": {706"name": "milocha",707"fontSize": 19708},709"text": "Your Time:",710"align": "center",711"position": {712"x": 169,713"y": 6.8714},715"color": "#f8d53a",716"type": "text"717},718"achievement_container": {719"file": "gp_achievement_container.png",720"image": "SIMPLE",721"type": "sprite",722"alignment": {723"type": "BOTTOM_RIGHT",724"offset": {725"x": 3.4,726"y": -442.8727}728}729},730"achievement_container/title": {731"font": {732"name": "milocha",733"fontSize": 14734},735"text": "Achievements unlocked!",736"align": "center",737"position": {738"x": 0.1,739"y": -25.9740},741"type": "text"742},743"achievement_container/description": {744"font": {745"name": "milocha",746"fontSize": 14747},748"text": "Thanks\nBox !",749"align": "left",750"position": {751"x": 0.9,752"y": 6.8753},754"anchor": {755"x": 0,756"y": 0.5757},758"type": "text"759},760"achievement_container/image": {761"file": "trop_star2_unlock.png",762"image": "SIMPLE",763"position": {764"x": -38.3,765"y": 5766},767"type": "sprite"768},769"tnt_container": {770"file": "gp_tnt.png",771"image": "SIMPLE",772"type": "sprite",773"alignment": {774"type": "TOP_CENTER",775"offset": {776"x": 0,777"y": 0.9778}779}780},781"tnt_container/bg_bar": {782"file": "gp_tnt_bar0.png",783"image": "SIMPLE",784"position": {785"x": -17.4,786"y": 16.7787},788"type": "sprite"789},790"tnt_container/bar": {791"file": "gp_tnt_bar1.png",792"image": "SIMPLE",793"position": {794"x": 23.1,795"y": 16.51796},797"anchor": {798"x": 1,799"y": 0.5800},801"type": "sprite"802},803"tnt_container/title": {804"font": {805"name": "milocha",806"fontSize": 27807},808"text": "TNT",809"align": "center",810"position": {811"x": -0.3,812"y": -10.3813},814"type": "text"815},816"tnt_container/tnt_text": {817"font": {818"name": "milocha",819"fontSize": 20820},821"text": "10%",822"align": "center",823"position": {824"x": 43.6,825"y": 17.8826},827"type": "text"828}829}830}831832