Skip to content

Commit

Permalink
KBNHud v450: Further in Time Edition
Browse files Browse the repository at this point in the history
  • Loading branch information
Jotunn committed Oct 1, 2020
1 parent 6892fcc commit 7edf374
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![alt text](https://i.imgur.com/QI8x66Z.png)

v449: No Future Edition
v450: Further in Time Edition
======

Info and links
Expand Down
9 changes: 3 additions & 6 deletions resource/scheme/borders_clientscheme.res
Original file line number Diff line number Diff line change
Expand Up @@ -638,31 +638,28 @@ Scheme
"backgroundtype" "2"
"color" "QualityColorUnique"

"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "5"
"draw_corner_height" "5"
}
BackpackItemMouseOverBorder_Unique
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"color" "QualityColorUnique"

"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "5"
"draw_corner_height" "5"
}
BackpackItemGreyedOutBorder_Unique
{
"bordertype" "scalable_image"
"backgroundtype" "2"
"color" "QualityColorUnique_GreyedOut"

"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
Expand All @@ -678,7 +675,7 @@ Scheme
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "5"
"draw_corner_height" "5"
}

// Rarity1 ------------------------------------------------------------------------------------------------
Expand Down
56 changes: 53 additions & 3 deletions resource/ui/mainmenuoverride.res
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
"ControlName" "CExLabel"
"fieldName" "KBNHudLabel"
"font" "MavenProBold24"
"labelText" "KBNHud v449"
"labelText" "KBNHud v450"
"textAlignment" "west"
"xpos" "51"
"ypos" "31"
Expand Down Expand Up @@ -5278,14 +5278,64 @@
{
"0"
{
"item" "Summer 2020 Cosmetic Key"
"item" "Halloween 2020 Key"
"show_market" "0"
}
"1"
{
"item" "Summer 2020 Cosmetic Case"
"item" "Halloween 2020 Case"
"show_market" "1"
}
"2"
{
"item" "Scream Fortress 2020 War Paint Key"
"show_market" "0"
}
"3"
{
"item" "Scream Fortress 2020 War Paint Case"
"show_market" "1"
}
"4"
{
"item" "Map Token Megalo"
"show_market" "0"
}
"5"
{
"item" "Strange Filter: Megalo (Community)"
"show_market" "0"
}
"6"
{
"item" "Map Token Hassle Castle"
"show_market" "0"
}
"7"
{
"item" "Strange Filter: Hassle Castle (Community)"
"show_market" "0"
}
"8"
{
"item" "Map Token Bloodwater"
"show_market" "0"
}
"9"
{
"item" "Strange Filter: Bloodwater (Community)"
"show_market" "0"
}
"10"
{
"item" "Map Token Undergrove Event"
"show_market" "0"
}
"11"
{
"item" "Strange Filter: Undergrove Event (Community)"
"show_market" "0"
}
}
}

Expand Down
Binary file modified sound/sound.cache
Binary file not shown.
Binary file modified sound/ui/lul.mp3
Binary file not shown.
Binary file renamed v449 CHANGELOG.txt → v450 CHANGELOG.txt
Binary file not shown.

0 comments on commit 7edf374

Please sign in to comment.