mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
Fixed error with images
This commit is contained in:
8
main.js
8
main.js
@@ -9,10 +9,10 @@ const Dhealth = document.querySelector('#heaN');
|
||||
const imgTiger = {
|
||||
Normal: {
|
||||
tiger: [
|
||||
'../img/tiger/baby.png',
|
||||
'../img/tiger/teen.png',
|
||||
'../img/tiger/adult.png',
|
||||
'../img/tiger/senior.png'
|
||||
'./img/tiger/baby.png',
|
||||
'./img/tiger/teen.png',
|
||||
'./img/tiger/adult.png',
|
||||
'./img/tiger/senior.png'
|
||||
]
|
||||
},
|
||||
////"Spring": {},
|
||||
|
||||
Reference in New Issue
Block a user