Widget:AvailableCritters: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
   // Define the image sources for each day and time range
   // Define the image sources for each day and time range
   var imageSources = {
   var imageSources = {
     0: { start: 0, end: 24, source: 'Classic_Squirrel.png' },
     0: { start: 0, end: 24, source: 'File:Classic_Squirrel.png' },
     1: { start: 0, end: 24, source: 'Red_Squirrel.png' },
     1: { start: 0, end: 24, source: 'File:Red_Squirrel.png' },
     2: { start: 0, end: 24, source: 'Black_Squirrel.png' },
     2: { start: 0, end: 24, source: 'File:Black_Squirrel.png' },
     // Add entries for other days and times as needed
     // Add entries for other days and times as needed
   };
   };