Skip to content

Commit

Permalink
remove vgui for spellbook entries (closes #468)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjaxter committed Mar 2, 2024
1 parent ddd6240 commit 383815e
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions _budhud/resource/ui/mainmenuoverride_preloading.res
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@

////////////////////////////////////////////////////////////////////////////////////////////////////
// Halloween Spell Icons
// These don't seem to work with preloading, unfortunately. Kinda defeats the purpose.
// These don't seem to work with preloading, unfortunately.
// Left these in so I stop forgetting they don't work lmao
////////////////////////////////////////////////////////////////////////////////////////////////////

"spellbook_athletic"
Expand All @@ -41,7 +42,7 @@
"ypos" "r-6969"
"visible" "0"
"enabled" "0"
"image" "vgui/spellbook_athletic"
"image" "spellbook_athletic"
}

"spellbook_bats"
Expand All @@ -50,7 +51,7 @@
"ypos" "r-6969"
"visible" "0"
"enabled" "0"
"image" "vgui/spellbook_athletic"
"image" "spellbook_athletic"
}

"spellbook_blastjump"
Expand All @@ -59,7 +60,7 @@
"ypos" "r-6969"
"visible" "0"
"enabled" "0"
"image" "vgui/spellbook_blastjump"
"image" "spellbook_blastjump"
}

"spellbook_bomb"
Expand All @@ -68,7 +69,7 @@
"ypos" "r-6969"
"visible" "0"
"enabled" "0"
"image" "vgui/spellbook_bomb"
"image" "spellbook_bomb"
}

"spellbook_boss"
Expand All @@ -77,7 +78,7 @@
"ypos" "r-6969"
"visible" "0"
"enabled" "0"
"image" "vgui/spellbook_boss"
"image" "spellbook_boss"
}

"spellbook_fireball"
Expand All @@ -86,7 +87,7 @@
"ypos" "r-6969"
"visible" "0"
"enabled" "0"
"image" "vgui/spellbook_fireball"
"image" "spellbook_fireball"
}

"spellbook_lightning"
Expand All @@ -95,7 +96,7 @@
"ypos" "r-6969"
"visible" "0"
"enabled" "0"
"image" "vgui/spellbook_lightning"
"image" "spellbook_lightning"
}

"spellbook_meteor"
Expand All @@ -104,7 +105,7 @@
"ypos" "r-6969"
"visible" "0"
"enabled" "0"
"image" "vgui/spellbook_meteor"
"image" "spellbook_meteor"
}

"spellbook_mirv"
Expand All @@ -113,7 +114,7 @@
"ypos" "r-6969"
"visible" "0"
"enabled" "0"
"image" "vgui/spellbook_mirv"
"image" "spellbook_mirv"
}

"spellbook_nospell"
Expand All @@ -122,7 +123,7 @@
"ypos" "r-6969"
"visible" "0"
"enabled" "0"
"image" "vgui/spellbook_nospell"
"image" "spellbook_nospell"
}

"spellbook_overheal"
Expand All @@ -131,7 +132,7 @@
"ypos" "r-6969"
"visible" "0"
"enabled" "0"
"image" "vgui/spellbook_overheal"
"image" "spellbook_overheal"
}

"spellbook_skeleton"
Expand All @@ -140,7 +141,7 @@
"ypos" "r-6969"
"visible" "0"
"enabled" "0"
"image" "vgui/spellbook_skeleton"
"image" "spellbook_skeleton"
}

"spellbook_stealth"
Expand All @@ -149,7 +150,7 @@
"ypos" "r-6969"
"visible" "0"
"enabled" "0"
"image" "vgui/spellbook_stealth"
"image" "spellbook_stealth"
}

"spellbook_teleport"
Expand All @@ -158,7 +159,7 @@
"ypos" "r-6969"
"visible" "0"
"enabled" "0"
"image" "vgui/spellbook_teleport"
"image" "spellbook_teleport"
}

////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 383815e

Please sign in to comment.