Add falling animation

This commit is contained in:
schmelczerandras 2019-09-01 18:13:21 +02:00
parent 938f3def1f
commit db6a31dd85
20 changed files with 211 additions and 152 deletions

View file

@ -6,9 +6,7 @@
<p>
You are trying to remove
<span [ngStyle]="{ color: modalService.active.input.baseColor | color }">{{
modalService.active.input.name ? modalService.active.input.name : 'an unnamed tower'
}}</span
<span [ngStyle]="{ color: tower.baseColor | color }">{{ tower.name ? tower.name : 'an unnamed tower' }}</span
>.
</p>