Files
wwdpublic/Content.Client/_White/UserInterface/Windows/PremiumPassWindow.xaml
RedFoxIV 50b19259b8 Re: ghost (#849)
* it just works

* why hasn't it catastrophically failed yet

* not just gotta do the ui

oh god the ui

* that was easier than expected

* a devious misdirection

* touchups

* svin

* loc+fix

* touchups

* shitfix

* touchups x3

* for further use

* i hate this piece of shit engine

* touchups x4

* ribbit

also i'm retarded x2

* big tard energy

* bb

* rabbitson

* ?

* forgor

* k

* whoops

* fug
2025-09-27 08:38:24 +03:00

47 lines
2.8 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<DefaultWindow xmlns="https://spacestation14.io"
Title="WPass - Премиальный доступ для лучших"
MinSize="600 400"
SetSize="600 400">
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
<TextureRect TextureScale="2 2" TexturePath="/Textures/_White/sneed.png" HorizontalAlignment="Center"/>
<BoxContainer Orientation="Vertical">
<Label Text="WPass - это возможность поддержать твой любимый сервер и"/>
<Label Text="и получить приятные бонусы к игре."/>
<Label Text="Спасибо вам, что выбрали нас!"/>
<Label Text="Преимущества WPass над обычной игрой на сервере:"/>
<BoxContainer>
<Label Text=" ⭐ " FontColorOverride="#ffff00"/>
<Label Text="Доступ к эксклюзивному функционалу"/>
</BoxContainer>
<BoxContainer>
<Label Text=" ♔ " FontColorOverride="#ffff00"/>
<Label Text="Приоритет при заходе на сервер"/>
</BoxContainer>
<BoxContainer>
<Label Text=" ♿ " FontColorOverride="#ffff00"/>
<Label Text="Специальная плашка в Discord"/>
</BoxContainer>
<BoxContainer>
<Label Text=" ☄ " FontColorOverride="#ffff00"/>
<Label Text="Удвоенный шанс выпадения роли антагониста"/>
</BoxContainer>
<BoxContainer>
<Label Text=" ⚖ " FontColorOverride="#ffff00"/>
<Label Text="Ответственное отношение администрации"/>
</BoxContainer>
<BoxContainer>
<Label Text=" 🛠 " FontColorOverride="#ffff00"/>
<Label Text="Возможность влиять на разработку игры"/>
</BoxContainer>
<BoxContainer>
<Label Text=" 👍 " FontColorOverride="#ffff00"/>
<Label Text="И многое другое за символическую плату от 741 руб в месяц!!"/>
</BoxContainer>
</BoxContainer>
<Button Name="PurchaseButton" Text="Посмотреть планы" HorizontalExpand="False" />
<Button Name="PurchasedButton" Text="Спасибо за покупку!" ToolTip="А ты поверил что ли?" HorizontalExpand="False" Visible="False" Disabled="True" />
<Label Text="Да куда ты тянешь, блять"/>
<Label Text="Верни, как было"/>
</BoxContainer>
</DefaultWindow>