]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/menu/xonotic/dialog_multiplayer_profile.qh
Merge branch 'master' into terencehill/hud_fixes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_multiplayer_profile.qh
1 #pragma once
2
3 #include "tab.qh"
4 CLASS(XonoticProfileTab, XonoticTab)
5         METHOD(XonoticProfileTab, fill, void(entity));
6         METHOD(XonoticProfileTab, draw, void(entity));
7         ATTRIB(XonoticProfileTab, intendedWidth, float, 0.9)
8         ATTRIB(XonoticProfileTab, rows, float, 23)
9         ATTRIB(XonoticProfileTab, columns, float, 6.1)  // added extra .2 for center space
10         ATTRIB(XonoticProfileTab, playerNameLabel, entity, NULL)
11         ATTRIB(XonoticProfileTab, playerNameLabelAlpha, float, SKINALPHA_HEADER)
12 ENDCLASS(XonoticProfileTab)
13 entity makeXonoticProfileTab();