Added Health Bar

This commit is contained in:
Thaum
2015-02-20 11:26:54 +00:00
parent f599bc4a46
commit 08f02d9b36
5 changed files with 34 additions and 6 deletions

View File

@@ -19,12 +19,12 @@
</core-toolbar>
<div fit>
<core-animated-pages id="tabPages" selected={{selectedTab}} transitions="slide-from-right" fit>
<swipe-detect touch-action="pan-y" flex>{{> stats}}</swipe-detect>
<swipe-detect touch-action="pan-y" flex>{{> features}}</swipe-detect>
<swipe-detect touch-action="pan-y" flex>{{> inventory}}</swipe-detect>
<swipe-detect touch-action="pan-y" flex>{{> spells}}</swipe-detect>
<swipe-detect touch-action="pan-y" flex>{{> persona}}</swipe-detect>
<swipe-detect touch-action="pan-y" flex>{{> journal}}</swipe-detect>
<section flex>{{> stats}}</section>
<section flex>{{> features}}</section>
<section flex>{{> inventory}}</section>
<section flex>{{> spells}}</section>
<section flex>{{> persona}}</section>
<section flex>{{> journal}}</section>
</core-animated-pages>
</div>
</template>