File tree Expand file tree Collapse file tree 4 files changed +13
-10
lines changed
Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "4.0.1 " ) ]
36- [ assembly: AssemblyFileVersion ( "4.0.1 " ) ]
35+ [ assembly: AssemblyVersion ( "4.0.2 " ) ]
36+ [ assembly: AssemblyFileVersion ( "4.0.2 " ) ]
Original file line number Diff line number Diff line change 1- <vertical xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='https://monkeymanboy.github.io/BSML-Docs/ https://raw.githubusercontent.com/monkeymanboy/ BSML-Docs/gh-pages /BSMLSchema.xsd'>
1+ <vertical xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='https://monkeymanboy.github.io/BSML-Docs/ https://monkeymanboy.github.io/ BSML-Docs/BSMLSchema.xsd'>
22 <!--<horizontal pref-width="100" horizontal-fit="PreferredSize">
33 <text text="s" align="Center" font-size="7" />
44 <tab-selector tab-tag="yo" />
1010 <stack vertical-fit='PreferredSize' child-expand-height='false' >
1111 <vertical pref-height='14' min-height='14' vertical-fit='PreferredSize'>
1212 <horizontal horizontal-fit='PreferredSize'>
13- <background background='round-rect-panel' tags='hovered' pref-width='9' pref-height='9' min-width='9' pad-right='10'/>
1413 <vertical background='round-rect-panel' vertical-fit='PreferredSize' min-height='9' pref-height='9' padding='5' bg-color='#FFFFFF60'>
14+ <horizontal>
15+ <!--<background background='round-rect-panel' tags='hovered' pref-width='9' pref-height='9' min-width='9' pad-right='10'/>!-->
1516 <vertical child-expand-width='false' spacing='-1' vertical-fit='Unconstrained'>
1617 <text text='~text-top' id='topText' align='Center' word-wrapping="true"/>
1718 <text text='~text-bottom' id='bottomText' align='Center' word-wrapping="true"/>
1819 </vertical>
20+ </horizontal>
21+ <!--<background background='round-rect-panel' tags='hovered' pref-width='9' pref-height='9' min-width='9' pad-right='10'/>!-->
1922 </vertical>
20- <background background='round-rect-panel' tags='hovered' pref-width='9' pref-height='9' min-width='9' pad-left='10'/>
2123 </horizontal>
2224 </vertical>
2325 </stack>
Original file line number Diff line number Diff line change @@ -187,7 +187,8 @@ public Cell(string topText, string bottomText = null)
187187 }
188188 }
189189
190-
190+ [ HotReload ( RelativePathToLayout = @"TextSelector.bsml" ) ]
191+ [ ViewDefinition ( "CustomMenuText.Views.TextSelector.TextSelector.bsml" ) ]
191192 class TextSelectorViewController : BSMLResourceViewController
192193 {
193194 public int LastSelectedCell = 0 ;
Original file line number Diff line number Diff line change 33 "id" : " CustomMenuText" ,
44 "name" : " CustomMenuText" ,
55 "author" : " Saeraphinx" ,
6- "version" : " 4.0.1 " ,
6+ "version" : " 4.0.2 " ,
77 "description" : " Replalces the ingame Beat Saber logo with custom text." ,
8- "gameVersion" : " 1.34.2 " ,
8+ "gameVersion" : " 1.37.1 " ,
99 "dependsOn" : {
10- "BSIPA" : " ^4.3.2 " ,
11- "BeatSaberMarkupLanguage" : " ^1.8.1 "
10+ "BSIPA" : " ^4.3.4 " ,
11+ "BeatSaberMarkupLanguage" : " ^1.11.3 "
1212 }
1313}
You can’t perform that action at this time.
0 commit comments