mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
Couple of changes. Starting on the point bank.
This commit is contained in:
60
tgui/src/interfaces/point_bank.ract
Normal file
60
tgui/src/interfaces/point_bank.ract
Normal file
@@ -0,0 +1,60 @@
|
||||
<ui-display>
|
||||
<ui-section>
|
||||
Current stored points: {{data.totalPoints}}
|
||||
<div class="display tabular">
|
||||
<section class="cell">
|
||||
<ui-button action='Claim'>
|
||||
-All
|
||||
</ui-button>
|
||||
</section>
|
||||
<section class="cell">
|
||||
<ui-button action='Claim'>
|
||||
-1000
|
||||
</ui-button>
|
||||
</section>
|
||||
<section class="cell">
|
||||
<ui-button action='Claim'>
|
||||
-100
|
||||
</ui-button>
|
||||
</section>
|
||||
<section class="cell">
|
||||
<ui-button action='Claim'>
|
||||
-10
|
||||
</ui-button>
|
||||
</section>
|
||||
<section class="cell">
|
||||
<ui-button action='Claim'>
|
||||
-1
|
||||
</ui-button>
|
||||
</section>
|
||||
<section class="cell">
|
||||
Transfer Points
|
||||
</section>
|
||||
<section class="cell">
|
||||
<ui-button action='Claim'>
|
||||
+1
|
||||
</ui-button>
|
||||
</section>
|
||||
<section class="cell">
|
||||
<ui-button action='Claim'>
|
||||
+10
|
||||
</ui-button>
|
||||
</section>
|
||||
<section class="cell">
|
||||
<ui-button action='Claim'>
|
||||
+100
|
||||
</ui-button>
|
||||
</section>
|
||||
<section class="cell">
|
||||
<ui-button action='Claim'>
|
||||
+1000
|
||||
</ui-button>
|
||||
</section>
|
||||
<section class="cell">
|
||||
<ui-button action='Claim'>
|
||||
+All
|
||||
</ui-button>
|
||||
</section>
|
||||
</div>
|
||||
</ui-section>
|
||||
</ui-display>
|
||||
Reference in New Issue
Block a user