Git add, again, duh

This commit is contained in:
Nick Bisby 2019-03-18 23:25:41 -05:00
parent b433304856
commit c381c2a054
No known key found for this signature in database
GPG Key ID: F6E0C4E6D0B5EB36

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<component name="OptionsButton" extends="ContentNode">
<interface>
<field id="escape" type="boolean" alwaysNotify="true" />
<function name="press" />
</interface>
<script type="text/brightscript" uri="pkg:/source/config.brs" />
<script type="text/brightscript">
<![CDATA[
sub init()
end sub
sub press()
m.top.escape = true
end sub
]]>
</script>
</component>