[MIRROR] TGUI Vote Panel (#9131)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-10-03 16:09:08 -07:00
committed by GitHub
parent 2c66cfa704
commit 0f5272e622
12 changed files with 352 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
/*
SUBSYSTEM_DEF(vote)
name = "Vote"
wait = 10
@@ -391,3 +392,4 @@ SUBSYSTEM_DEF(vote)
if(SSvote)
src << browse(SSvote.interface(src), "window=vote;size=500x[300 + SSvote.choices.len * 25]")
*/