]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/menu/xonotic/dialog_hudpanel_powerups.qh
Merge branch 'master' into terencehill/dynamic_hud
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_hudpanel_powerups.qh
1 #pragma once
2
3 #include "rootdialog.qh"
4 CLASS(XonoticHUDPowerupsDialog, XonoticRootDialog)
5         METHOD(XonoticHUDPowerupsDialog, fill, void(entity));
6         ATTRIB(XonoticHUDPowerupsDialog, title, string, _("Powerups Panel"))
7         ATTRIB(XonoticHUDPowerupsDialog, color, vector, SKINCOLOR_DIALOG_TEAMSELECT)
8         ATTRIB(XonoticHUDPowerupsDialog, intendedWidth, float, 0.4)
9         ATTRIB(XonoticHUDPowerupsDialog, rows, float, 14)
10         ATTRIB(XonoticHUDPowerupsDialog, columns, float, 4)
11         ATTRIB(XonoticHUDPowerupsDialog, name, string, "HUDpowerups")
12         ATTRIB(XonoticHUDPowerupsDialog, requiresConnection, float, true)
13 ENDCLASS(XonoticHUDPowerupsDialog)