Skip to content

Commit

Permalink
Merge branch 'scrolling-text'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislee0419 committed Nov 2, 2020
2 parents 0e89219 + dc598d2 commit 832b629
Show file tree
Hide file tree
Showing 7 changed files with 669 additions and 1 deletion.
3 changes: 3 additions & 0 deletions BeatSaberMarkupLanguage/BeatSaberMarkupLanguage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
<Compile Include="Components\ModalKeyboard.cs" />
<Compile Include="Components\NotifiableSingleton.cs" />
<Compile Include="Components\NotifyUpdater.cs" />
<Compile Include="Components\ScrollingText.cs" />
<Compile Include="Components\ScrollViewContent.cs" />
<Compile Include="Components\Settings\ToggleSetting.cs" />
<Compile Include="Components\Settings\BoolSetting.cs" />
Expand Down Expand Up @@ -218,6 +219,7 @@
<Compile Include="Tags\BackgroundTag.cs" />
<Compile Include="Tags\BigButtonTag.cs" />
<Compile Include="Tags\BSMLTag.cs" />
<Compile Include="Tags\ScrollingTextTag.cs" />
<Compile Include="Tags\Settings\ToggleSettingTag.cs" />
<Compile Include="Tags\ButtonTag.cs" />
<Compile Include="Tags\ClickableImageTag.cs" />
Expand Down Expand Up @@ -265,6 +267,7 @@
<Compile Include="TypeHandlers\BackgroundableHandler.cs" />
<Compile Include="TypeHandlers\ButtonArtworkHandler.cs" />
<Compile Include="TypeHandlers\GenericInteractableSettingHandler.cs" />
<Compile Include="TypeHandlers\ScrollingTextHandler.cs" />
<Compile Include="TypeHandlers\SelectableHandler.cs" />
<Compile Include="TypeHandlers\ButtonHandler.cs" />
<Compile Include="TypeHandlers\ButtonIconHandler.cs" />
Expand Down
Loading

0 comments on commit 832b629

Please sign in to comment.