Skip to content

Commit

Permalink
Team selection buttons now have hover colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnootize committed May 7, 2023
1 parent d6dc020 commit 01b7835
Show file tree
Hide file tree
Showing 2 changed files with 461 additions and 383 deletions.
22 changes: 22 additions & 0 deletions resource/scheme/borders.res
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@
"draw_corner_width" "8"
"draw_corner_height" "8"
}
"MaterialBlueDark"
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"color" "70 125 185 255"
"image" "replay/thumbnails/panels/material_generic"
"src_corner_height" "24"
"src_corner_width" "24"
"draw_corner_width" "8"
"draw_corner_height" "8"
}

//==============================================================================
// MATERIAL RED
Expand Down Expand Up @@ -89,6 +100,17 @@
"draw_corner_width" "8"
"draw_corner_height" "8"
}
"MaterialRedDark"
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"color" "150 50 50 255"
"image" "replay/thumbnails/panels/material_generic"
"src_corner_height" "24"
"src_corner_width" "24"
"draw_corner_width" "8"
"draw_corner_height" "8"
}

//==============================================================================
// MATERIAL WHITE
Expand Down
Loading

0 comments on commit 01b7835

Please sign in to comment.