Path: blob/main/misc/vex4/assets/ui/ui_main_menu.json
36112 views
{1"hierarchy": {2"name": "Canvas",3"children": [4{5"name": "logo"6},7{8"name": "play",9"children": [10{11"name": "play_text"12}13]14},15{16"name": "trophies"17},18{19"name": "highscores"20},21{22"name": "challenge_room"23},24{25"name": "settings"26}27]28},29"properties": {30"Canvas": {31"design": {32"width": 960,33"height": 64034},35"type": "canvas"36},37"logo": {38"file": "mm_logo.png",39"image": "SIMPLE",40"type": "sprite",41"alignment": {42"type": "TOP_CENTER",43"offset": {44"x": 0,45"y": -40.846}47}48},49"play": {50"file": "mm_play_buttton.png",51"image": "SLICED",52"slice": {53"top": 0,54"bottom": 0,55"left": 0,56"right": 057},58"size": {59"width": 298,60"height": 11861},62"type": "button",63"alignment": {64"type": "CENTER",65"offset": {66"x": 0,67"y": 15.368}69}70},71"play/play_text": {72"font": {73"name": "milocha",74"fontSize": 5975},76"text": "Play Game",77"align": "center",78"position": {79"x": 0.6,80"y": 5.881},82"type": "text"83},84"trophies": {85"file": "mm_trophy_button.png",86"image": "SLICED",87"slice": {88"top": 0,89"bottom": 0,90"left": 0,91"right": 092},93"size": {94"width": 85,95"height": 8796},97"type": "button",98"alignment": {99"type": "BOTTOM_CENTER",100"offset": {101"x": -150,102"y": "-15%"103}104}105},106"highscores": {107"file": "mm_highscore_button.png",108"image": "SLICED",109"slice": {110"top": 0,111"bottom": 0,112"left": 0,113"right": 0114},115"size": {116"width": 85,117"height": 87118},119"type": "button",120"alignment": {121"type": "BOTTOM_CENTER",122"offset": {123"x": -50,124"y": "-15%"125}126}127},128"challenge_room": {129"file": "mm_challenge_room_button.png",130"image": "SLICED",131"slice": {132"top": 0,133"bottom": 0,134"left": 0,135"right": 0136},137"size": {138"width": 85,139"height": 87140},141"type": "button",142"alignment": {143"type": "BOTTOM_CENTER",144"offset": {145"x": 50,146"y": "-15%"147}148}149},150"settings": {151"file": "mm_settings_button.png",152"image": "SLICED",153"slice": {154"top": 0,155"bottom": 0,156"left": 0,157"right": 0158},159"size": {160"width": 85,161"height": 87162},163"type": "button",164"alignment": {165"type": "BOTTOM_CENTER",166"offset": {167"x": 150,168"y": "-15%"169}170}171}172}173}174175