Skip to content

Commit 2ed007b

Browse files
author
Gon
committed
Personagens
1 parent 61624ab commit 2ed007b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/storage/Monsters.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export const yourMonsterStorage = [
22
{
33
id: 'inicial',
4-
name: "YourMonster",
5-
monsterImg: "img/no-image.jpg",
4+
name: "Squirtle",
5+
monsterImg: "img/monsters/squirtle.jpg",
66
attack: 3,
77
attackChance: 0,
88
defense: 3,
@@ -23,8 +23,8 @@ export const yourMonsterStorage = [
2323
export const opponentMonsterStorage = [
2424
{
2525
id: 'opponent1',
26-
name: "OpponentMonster",
27-
monsterImg: "img/no-image.jpg",
26+
name: "Weezing",
27+
monsterImg: "img/monsters/weezing.jpg",
2828
attack: 3,
2929
attackChance: 0,
3030
defense: 3,

0 commit comments

Comments
 (0)