sacheeag / forkthis-fireman

0 stars 1 forks source link

The protagonist isn't displayed on the screen. #10 #13

Open MahmoudMostafaDev opened 1 month ago

MahmoudMostafaDev commented 1 month ago

I did two things

  1. ghosts.js was in the root folder , but in mainpage.html It's used on the path filesjs , so I moved it to jsfiles
  2. ghosts.js was facing an error because it can't import fireman , and with that the game wasn't running because the ghosts.js not executing properly , that's because movment.js wasn't exporting fireman , so I add this export and with that now the ghosts and fireman display on the screen