* Add ghost role raffles * GRR: Fix dialogue sizing, fix merge * GRR: Add raffle deciders (winner picker) * GRR: Make settings prototype based with option to override * GRR: Use Raffles folder and namespace * GRR: DataFieldify and TimeSpanify * GRR: Don't actually DataFieldify HashSet<ICommonSession>s * GRR: add GetGhostRoleCount() + docs * update engine on branch * Ghost role raffles: docs, fix window size, cleanup, etc * GRR: Admin UI * GRR: Admin UI: Display initial/max/ext of selected raffle settings proto * GRR: Make a ton of roles raffled
16 lines
569 B
XML
16 lines
569 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
Orientation="Horizontal">
|
|
<Button Name="RequestButton"
|
|
Access="Public"
|
|
Text="{Loc 'ghost-roles-window-request-role-button'}"
|
|
StyleClasses="OpenRight"
|
|
HorizontalAlignment="Left"
|
|
SetWidth="300"/>
|
|
<Button Name="FollowButton"
|
|
Access="Public"
|
|
Text="{Loc 'ghost-roles-window-follow-role-button'}"
|
|
StyleClasses="OpenLeft"
|
|
HorizontalAlignment="Right"
|
|
SetWidth="150"/>
|
|
</BoxContainer>
|