Skip to content

Commit

Permalink
Remove worldtext helper from vgui_text_display
Browse files Browse the repository at this point in the history
It shows up in hammer++ but doesn't work right
  • Loading branch information
vrad-exe committed Jun 30, 2024
1 parent 711f009 commit df21db9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fgd/point/vgui/vgui_text_display.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
appliesto(MBase)
studioprop("models/editor/vgui_arrows.mdl")
sphere(textsize)
worldtext() // If there's actually a game branch with mapbase + csgo...
// Causes rotation doubling and doesn't match up with the ingame appearance
// worldtext()
= vgui_text_display: "Displays a VGUI text label oriented in the world. Can be considered Mapbase's equivalent of point_worldtext. The panel itself can be displayed with the 'r_vguitext_bg' cvar."
[
spawnflags(flags) =
Expand Down

0 comments on commit df21db9

Please sign in to comment.