From c2f1c3d14f7328e5ce67d1acdc63e6bbe81bf6dd Mon Sep 17 00:00:00 2001 From: Northstar Date: Sat, 26 Feb 2022 19:50:38 -0300 Subject: Reformat .res files --- .../resource/ui/menus/panels/map_grid_button.res | 138 ++++++++++----------- 1 file changed, 69 insertions(+), 69 deletions(-) (limited to 'Northstar.Client/mod/resource/ui/menus/panels/map_grid_button.res') diff --git a/Northstar.Client/mod/resource/ui/menus/panels/map_grid_button.res b/Northstar.Client/mod/resource/ui/menus/panels/map_grid_button.res index 3a8a915a8..23c040db1 100644 --- a/Northstar.Client/mod/resource/ui/menus/panels/map_grid_button.res +++ b/Northstar.Client/mod/resource/ui/menus/panels/map_grid_button.res @@ -1,90 +1,90 @@ "resource/ui/menus/panels/map_grid_button.res" { MapImage - { - ControlName RuiPanel - wide 286 - tall 165 - visible 1 - scaleImage 1 - zpos 0 - - // Hud_GetRui() requires this to work - rui "ui/basic_menu_image.rpak" - } - - MapName - { - ControlName Label - zpos 2 - wide 286 - xpos 4 - ypos -4 + { + ControlName RuiPanel + wide 286 + tall 165 + visible 1 + scaleImage 1 + zpos 0 + + // Hud_GetRui() requires this to work + rui "ui/basic_menu_image.rpak" + } - labelText "forwardbase kodaiiiiii" - use_proportional_insets 1 - textinsetx 2 - font Default_21_DropShadow - allcaps 1 - fgcolor_override "255 255 255 255" - - pin_to_sibling MapImage - pin_corner_to_sibling BOTTOM_RIGHT - pin_to_sibling_corner BOTTOM_RIGHT - } - - MapNameBackground + MapName { - ControlName RuiPanel + ControlName Label + zpos 2 + wide 286 + xpos 4 + ypos -4 + + labelText "forwardbase kodaiiiiii" + use_proportional_insets 1 + textinsetx 2 + font Default_21_DropShadow + allcaps 1 + fgcolor_override "255 255 255 255" + + pin_to_sibling MapImage + pin_corner_to_sibling BOTTOM_RIGHT + pin_to_sibling_corner BOTTOM_RIGHT + } + + MapNameBackground + { + ControlName RuiPanel wide 286 tall 34 - rui "ui/knowledgebase_panel.rpak" + rui "ui/knowledgebase_panel.rpak" - visible 1 - zpos 1 + visible 1 + zpos 1 - pin_to_sibling MapImage - pin_corner_to_sibling BOTTOM_RIGHT - pin_to_sibling_corner BOTTOM_RIGHT + pin_to_sibling MapImage + pin_corner_to_sibling BOTTOM_RIGHT + pin_to_sibling_corner BOTTOM_RIGHT } - - MapButton - { - ControlName RuiButton - InheritProperties RuiSmallButton - wide 286 - tall 165 - } - - MapNameLockedForeground + + MapButton { - ControlName RuiPanel + ControlName RuiButton + InheritProperties RuiSmallButton wide 286 tall 165 + } - rui "ui/knowledgebase_panel.rpak" + MapNameLockedForeground + { + ControlName RuiPanel + wide 286 + tall 165 + + rui "ui/knowledgebase_panel.rpak" - visible 0 - zpos 5 - - //bgcolor_override "255 255 255 255" - //fgcolor_override "255 255 255 255" + visible 0 + zpos 5 - pin_to_sibling MapImage - pin_corner_to_sibling TOP_LEFT - pin_to_sibling_corner TOP_LEFT + //bgcolor_override "255 255 255 255" + //fgcolor_override "255 255 255 255" + + pin_to_sibling MapImage + pin_corner_to_sibling TOP_LEFT + pin_to_sibling_corner TOP_LEFT } - - MapLockedImage + + MapLockedImage { - ControlName ImagePanel - xpos 71 - ypos 0 // 18 to center vertically, looks weird tho - wide 108 - tall 108 - visible 0 - scaleImage 1 - image "ui/menu/common/locked_icon" + ControlName ImagePanel + xpos 71 + ypos 0 // 18 to center vertically, looks weird tho + wide 108 + tall 108 + visible 0 + scaleImage 1 + image "ui/menu/common/locked_icon" } } \ No newline at end of file -- cgit v1.2.3