Maps and misc

This commit is contained in:
Poojawa
2018-01-31 06:20:26 -06:00
parent 67ac5abfaa
commit 56232d5d60
28 changed files with 68789 additions and 284 deletions

File diff suppressed because one or more lines are too long

2108
tgui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,15 @@
<ui-button
state='{{swap_button_state}}'
action='swap' params='{"ref": "{{ref}}"}'>
{{is_current ? "You Are Here" : "Swap"}}
{{#if occupied == "owner"}}
You Are Here
{{else}}
{{#if occupied == "stranger"}}
Occupied
{{else}}
Swap
{{/if}}
{{/if}}
</ui-button>
</ui-section>