]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/menu/xonotic/dialog_multiplayer_join.qh
Add a quitGameButton to the server list dialogue too
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_multiplayer_join.qh
1 #pragma once
2
3 #include "tab.qh"
4 CLASS(XonoticServerListTab, XonoticTab)
5         METHOD(XonoticServerListTab, fill, void(entity));
6         METHOD(XonoticServerListTab, draw, void(entity));
7         ATTRIB(XonoticServerListTab, intendedWidth, float, 0.9);
8         ATTRIB(XonoticServerListTab, rows, float, 23);
9         ATTRIB(XonoticServerListTab, columns, float, 6.5);
10 ENDCLASS(XonoticServerListTab)
11 entity makeXonoticServerListTab();