requirements.bsml 1.3 KB

1234567891011
  1. <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'>
  2. <action-button id='info-button' text='?' active='~button-glow' interactable='~button-interactable' anchor-pos-x='31' anchor-pos-y='0' pref-width='12' pref-height='9' click-event='open-modal' on-click='button-click'></action-button>
  3. <modal id="modal" show-event='open-modal' hide-event='close-modal' clickerino-offerino-closerino="true" anchor-pos-y='31.2' size-delta-x='65' size-delta-y='75' move-to-center='false'>
  4. <button id ='close-modal-button' text='Close' click-event='close-modal' anchor-pos-x ='10' anchor-pos-y='5' ></button>
  5. <vertical horizontal-fit='PreferredSize' vertical-fit='PreferredSize' anchor-pos-y='3' size-delta-y='0'>
  6. <page-button event-click='list#PageUp' direction='Up' ignore-layout='true' anchor-min-y='0.8' anchor-pos-x='25' anchor-pos-y='10' pref-width='12'></page-button>
  7. <list id='list' expand-cell='true' pref-height='50'></list>
  8. <page-button event-click='list#PageDown' direction='Down' ignore-layout='true' anchor-min-y='-0.8' anchor-pos-x='25' anchor-pos-y='-16' pref-width='12'></page-button>
  9. </vertical>
  10. </modal>
  11. </bg>