Skip to content

Commit

Permalink
GitHub not showing character
Browse files Browse the repository at this point in the history
  • Loading branch information
vvaldesc committed Nov 13, 2023
1 parent 6e0d2d9 commit c428b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes
3 changes: 2 additions & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ function cargaPersonaje() {
character_1.style.left = "650px";
character_1.style.top = "90px";
character_1.id = "character_1";
character_1.src = "../assets/png/character_2.png";
character_1.alt = "Theo_personaje"
character_1.src = "../assets/png/character2.png";
return character_1;
}

Expand Down

0 comments on commit c428b0a

Please sign in to comment.