Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
And made popup modals consistent with PlaylistManager
  • Loading branch information
rithik-b committed Jul 15, 2021
1 parent 3dbd6c5 commit 81c32fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MorePlaylists/UI/Views/PopupModals.bsml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<bg 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'>
<modal id='yes-no-modal' show-event='open-yes-no' hide-event='close-yes-no' clickerino-offerino-closerino='true' size-delta-x='60' size-delta-y='30'>
<vertical horizontal-fit='PreferredSize' vertical-fit='PreferredSize' spacing='3' pad='3' preferred-width='60' preferred-height='30'>
<vertical horizontal-fit='PreferredSize' vertical-fit='PreferredSize' spacing='3' pad='3' preferred-width='65' preferred-height='35'>
<text text='~yes-no-text' word-wrapping='true' align='Center' />
<horizontal>
<button text='~yes-button-text' on-click='yes-button-pressed' click-event='close-yes-no' />
<primary-button text='~yes-button-text' on-click='yes-button-pressed' click-event='close-yes-no' />
<button text='~no-button-text' on-click='no-button-pressed' click-event='close-yes-no' />
</horizontal>
</vertical>
</modal>
<modal id='ok-modal' show-event='open-ok' hide-event='close-ok' clickerino-offerino-closerino='true' size-delta-x='60' size-delta-y='30'>
<modal id='ok-modal' show-event='open-ok' hide-event='close-ok' clickerino-offerino-closerino='true' size-delta-x='65' size-delta-y='35'>
<vertical horizontal-fit='PreferredSize' vertical-fit='PreferredSize' spacing='3' pad='3' preferred-width='60' preferred-height='30'>
<text text='~ok-text' word-wrapping='true' align='Center' />
<button text='~ok-button-text' on-click='ok-button-pressed' click-event='close-ok' />
Expand Down
2 changes: 1 addition & 1 deletion MorePlaylists/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "MorePlaylists",
"name": "MorePlaylists",
"author": "PixelBoom",
"version": "1.0.1",
"version": "1.0.2",
"description": "Download more playlists from the convinience of your game.",
"gameVersion": "1.16.1",
"dependsOn": {
Expand Down

0 comments on commit 81c32fa

Please sign in to comment.