Skip to content

Commit 47ee155

Browse files
committed
finish up 2.5.0
1 parent 9f1d7e6 commit 47ee155

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

SaberFactory/Resources/pedestal

-6.52 KB
Binary file not shown.

SaberFactory/UI/CustomSaber/Views/Modifier/MainModifierPanelView.cs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ internal class MainModifierPanelView : SubView, INavigationCategoryView
2626
protected override string _resourceName => PatViewPath;
2727
[UIValue("pat-preview")] private string PatPreview => "https://www.youtube.com/watch?v=xI-YFoPilxU";
2828
[UIValue("has-pat-preview")] private bool HasPatPreview => true;
29+
[UIValue("additional-pat-info")] private string AdditionalPatInfo => "Feature needs to be implemented on saber";
2930
#endif
3031

3132
[UIObject("container")] private readonly GameObject _container = null;

SaberFactory/UI/PatreonView.bsml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
xsi:noNamespaceSchemaLocation='file:///C:/CustomBSMLSchema.xsd' pref-height="{template;NavHeight}" bg="round-rect-panel"
33
custom-color="$default-panel" vertical-fit="PreferredSize" pref-width="70" pad="5">
44
<vertical vertical-fit="PreferredSize" spacing="5">
5-
<text text="This is a patreon feature" font-size="5" color="#a1944a" align="Center"/>
5+
<text text="This is currently a patreon feature" font-size="5" color="#a1944a" align="Center"/>
66
<vertical>
77
<sui.button text="" run="https://www.patreon.com/tonimacaroni" pref-width="38" bg-icon="{ui-icon;patreon-button}"
88
normal-color="#eee" hovered-color="#999"/>
99
<sui.button text="Preview" run="~pat-preview" active="~has-pat-preview" pref-width="38" style="default-button" hover-hint="this will open the feature preview in your browser" />
10+
<vertical pad-top="5">
11+
<text text="~additional-pat-info" color="#ffffff60" align="Center"/>
12+
</vertical>
1013
</vertical>
1114
</vertical>
1215
</vertical>

0 commit comments

Comments
 (0)