Skip to content

Commit

Permalink
send turn to card
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-afraz committed Jul 14, 2022
1 parent db1b9cb commit 8553abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/character-card/character-card.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export class CharacterCardComponent implements OnInit {
@Input() character:any;
@Input() isKilled:boolean = false;
@Input() characterTurn:boolean = false;
@Input() turn: number = -1;
images:string[] = [
'https://pngpress.com/wp-content/uploads/2020/08/uploads_gangster_gangster_PNG13.png',
'https://pngimg.com/uploads/gangster/gangster_PNG68.png',
Expand Down

0 comments on commit 8553abd

Please sign in to comment.