maps, tools, goon folder, icons, sounds, and strings. everything except code

This commit is contained in:
deathride58
2018-07-01 23:54:31 -04:00
parent 74f7e56f4e
commit db2a15d42d
76 changed files with 9994 additions and 3686 deletions

View File

@@ -109,7 +109,7 @@ component.exports = {
<ui-button state='{{!data.wires.safe}}' icon='close' action='safe-off' style='{{data.safe ? "" : "selected"}}'>Disabled</ui-button>
</div>
</ui-section>
<ui-section label='Door timing saftey'>
<ui-section label='Door timing safety'>
{{#if !data.wires.timing}}
[ <span class="bad">Wires have been cut</span> ]
{{/if}}

View File

@@ -20,6 +20,6 @@
</ui-section>
{{/each}}
{{^data.abilities}}
<span class='warning'>No abilities availible.</span>
<span class='warning'>No abilities available.</span>
{{/data.abilities}}
</ui-display>