mirror of
https://github.com/Melon-Bread/Pet.GB
synced 2025-07-04 05:14:37 -04:00
Fixed dir ending
This commit is contained in:
@ -16,10 +16,112 @@ class AssetData {
|
||||
|
||||
if (!initialized) {
|
||||
|
||||
path.set ("assets/data/EarlyGameBoy.eot", "assets/data/EarlyGameBoy.eot");
|
||||
type.set ("assets/data/EarlyGameBoy.eot", Reflect.field (AssetType, "binary".toUpperCase ()));
|
||||
path.set ("assets/data/EarlyGameBoy.svg", "assets/data/EarlyGameBoy.svg");
|
||||
type.set ("assets/data/EarlyGameBoy.svg", Reflect.field (AssetType, "text".toUpperCase ()));
|
||||
path.set ("assets/data/EarlyGameBoy.ttf", "assets/data/EarlyGameBoy.ttf");
|
||||
type.set ("assets/data/EarlyGameBoy.ttf", Reflect.field (AssetType, "font".toUpperCase ()));
|
||||
path.set ("assets/data/EarlyGameBoy.woff", "assets/data/EarlyGameBoy.woff");
|
||||
type.set ("assets/data/EarlyGameBoy.woff", Reflect.field (AssetType, "binary".toUpperCase ()));
|
||||
path.set ("assets/icon.png", "assets/icon.png");
|
||||
type.set ("assets/icon.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Angry/Player-angry1-sheet.png", "assets/images/Animations/Angry/Player-angry1-sheet.png");
|
||||
type.set ("assets/images/Animations/Angry/Player-angry1-sheet.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Angry/Player-angry1.png", "assets/images/Animations/Angry/Player-angry1.png");
|
||||
type.set ("assets/images/Animations/Angry/Player-angry1.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Angry/Player-angry2.png", "assets/images/Animations/Angry/Player-angry2.png");
|
||||
type.set ("assets/images/Animations/Angry/Player-angry2.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Angry/Player-angry3.png", "assets/images/Animations/Angry/Player-angry3.png");
|
||||
type.set ("assets/images/Animations/Angry/Player-angry3.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Ashamed/Player-ashamed1-sheet.png", "assets/images/Animations/Ashamed/Player-ashamed1-sheet.png");
|
||||
type.set ("assets/images/Animations/Ashamed/Player-ashamed1-sheet.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Ashamed/Player-ashamed1.png", "assets/images/Animations/Ashamed/Player-ashamed1.png");
|
||||
type.set ("assets/images/Animations/Ashamed/Player-ashamed1.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Ashamed/Player-ashamed2.png", "assets/images/Animations/Ashamed/Player-ashamed2.png");
|
||||
type.set ("assets/images/Animations/Ashamed/Player-ashamed2.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Ashamed/Player-ashamed3.png", "assets/images/Animations/Ashamed/Player-ashamed3.png");
|
||||
type.set ("assets/images/Animations/Ashamed/Player-ashamed3.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Excited/Player-exitednew1-sheet.png", "assets/images/Animations/Excited/Player-exitednew1-sheet.png");
|
||||
type.set ("assets/images/Animations/Excited/Player-exitednew1-sheet.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Excited/Player-exitednew1.png", "assets/images/Animations/Excited/Player-exitednew1.png");
|
||||
type.set ("assets/images/Animations/Excited/Player-exitednew1.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Excited/Player-exitednew2.png", "assets/images/Animations/Excited/Player-exitednew2.png");
|
||||
type.set ("assets/images/Animations/Excited/Player-exitednew2.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Excited/Player-exitednew3.png", "assets/images/Animations/Excited/Player-exitednew3.png");
|
||||
type.set ("assets/images/Animations/Excited/Player-exitednew3.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Happy/Player-1happymood1-sheet.png", "assets/images/Animations/Happy/Player-1happymood1-sheet.png");
|
||||
type.set ("assets/images/Animations/Happy/Player-1happymood1-sheet.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Happy/Player-1happymood1.png", "assets/images/Animations/Happy/Player-1happymood1.png");
|
||||
type.set ("assets/images/Animations/Happy/Player-1happymood1.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Happy/Player-1happymood2.png", "assets/images/Animations/Happy/Player-1happymood2.png");
|
||||
type.set ("assets/images/Animations/Happy/Player-1happymood2.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Happy/Player-1happymood3.png", "assets/images/Animations/Happy/Player-1happymood3.png");
|
||||
type.set ("assets/images/Animations/Happy/Player-1happymood3.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Happy/Player-1happymood4.png", "assets/images/Animations/Happy/Player-1happymood4.png");
|
||||
type.set ("assets/images/Animations/Happy/Player-1happymood4.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Happy/Player-1happymood5.png", "assets/images/Animations/Happy/Player-1happymood5.png");
|
||||
type.set ("assets/images/Animations/Happy/Player-1happymood5.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Happy/Player-1happymood6.png", "assets/images/Animations/Happy/Player-1happymood6.png");
|
||||
type.set ("assets/images/Animations/Happy/Player-1happymood6.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Neutral/Player-1neturalmood1-sheet.png", "assets/images/Animations/Neutral/Player-1neturalmood1-sheet.png");
|
||||
type.set ("assets/images/Animations/Neutral/Player-1neturalmood1-sheet.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Neutral/Player-1neturalmood1.png", "assets/images/Animations/Neutral/Player-1neturalmood1.png");
|
||||
type.set ("assets/images/Animations/Neutral/Player-1neturalmood1.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Neutral/Player-1neturalmood2.png", "assets/images/Animations/Neutral/Player-1neturalmood2.png");
|
||||
type.set ("assets/images/Animations/Neutral/Player-1neturalmood2.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Neutral/Player-1neturalmood3.png", "assets/images/Animations/Neutral/Player-1neturalmood3.png");
|
||||
type.set ("assets/images/Animations/Neutral/Player-1neturalmood3.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Neutral/Player-1neturalmood4.png", "assets/images/Animations/Neutral/Player-1neturalmood4.png");
|
||||
type.set ("assets/images/Animations/Neutral/Player-1neturalmood4.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Neutral/Player-1neturalmood5.png", "assets/images/Animations/Neutral/Player-1neturalmood5.png");
|
||||
type.set ("assets/images/Animations/Neutral/Player-1neturalmood5.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Neutral/Player-1neturalmood6.png", "assets/images/Animations/Neutral/Player-1neturalmood6.png");
|
||||
type.set ("assets/images/Animations/Neutral/Player-1neturalmood6.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Sleep/Player-sleep1-sheet.png", "assets/images/Animations/Sleep/Player-sleep1-sheet.png");
|
||||
type.set ("assets/images/Animations/Sleep/Player-sleep1-sheet.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Sleep/Player-sleep1.png", "assets/images/Animations/Sleep/Player-sleep1.png");
|
||||
type.set ("assets/images/Animations/Sleep/Player-sleep1.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Sleep/Player-sleep2.png", "assets/images/Animations/Sleep/Player-sleep2.png");
|
||||
type.set ("assets/images/Animations/Sleep/Player-sleep2.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations/Sleep/Player-sleep3.png", "assets/images/Animations/Sleep/Player-sleep3.png");
|
||||
type.set ("assets/images/Animations/Sleep/Player-sleep3.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Hungry/thought-hungry1-sheet.png", "assets/images/Animations2/Hungry/thought-hungry1-sheet.png");
|
||||
type.set ("assets/images/Animations2/Hungry/thought-hungry1-sheet.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Hungry/thought-hungry1.png", "assets/images/Animations2/Hungry/thought-hungry1.png");
|
||||
type.set ("assets/images/Animations2/Hungry/thought-hungry1.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Hungry/thought-hungry2.png", "assets/images/Animations2/Hungry/thought-hungry2.png");
|
||||
type.set ("assets/images/Animations2/Hungry/thought-hungry2.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Hungry/thought-hungry3.png", "assets/images/Animations2/Hungry/thought-hungry3.png");
|
||||
type.set ("assets/images/Animations2/Hungry/thought-hungry3.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Hungry/thought-hungry4.png", "assets/images/Animations2/Hungry/thought-hungry4.png");
|
||||
type.set ("assets/images/Animations2/Hungry/thought-hungry4.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Hungry/thought-hungry5.png", "assets/images/Animations2/Hungry/thought-hungry5.png");
|
||||
type.set ("assets/images/Animations2/Hungry/thought-hungry5.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Poop/thought-poop1-sheet.png", "assets/images/Animations2/Poop/thought-poop1-sheet.png");
|
||||
type.set ("assets/images/Animations2/Poop/thought-poop1-sheet.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Poop/thought-poop1.png", "assets/images/Animations2/Poop/thought-poop1.png");
|
||||
type.set ("assets/images/Animations2/Poop/thought-poop1.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Poop/thought-poop2.png", "assets/images/Animations2/Poop/thought-poop2.png");
|
||||
type.set ("assets/images/Animations2/Poop/thought-poop2.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Poop/thought-poop3.png", "assets/images/Animations2/Poop/thought-poop3.png");
|
||||
type.set ("assets/images/Animations2/Poop/thought-poop3.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Poop/thought-poop4.png", "assets/images/Animations2/Poop/thought-poop4.png");
|
||||
type.set ("assets/images/Animations2/Poop/thought-poop4.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Poop/thought-poop5.png", "assets/images/Animations2/Poop/thought-poop5.png");
|
||||
type.set ("assets/images/Animations2/Poop/thought-poop5.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Sleepy/thought-sleep1-sheet.png", "assets/images/Animations2/Sleepy/thought-sleep1-sheet.png");
|
||||
type.set ("assets/images/Animations2/Sleepy/thought-sleep1-sheet.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Sleepy/thought-sleep1.png", "assets/images/Animations2/Sleepy/thought-sleep1.png");
|
||||
type.set ("assets/images/Animations2/Sleepy/thought-sleep1.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Sleepy/thought-sleep2.png", "assets/images/Animations2/Sleepy/thought-sleep2.png");
|
||||
type.set ("assets/images/Animations2/Sleepy/thought-sleep2.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Sleepy/thought-sleep3.png", "assets/images/Animations2/Sleepy/thought-sleep3.png");
|
||||
type.set ("assets/images/Animations2/Sleepy/thought-sleep3.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Sleepy/thought-sleep4.png", "assets/images/Animations2/Sleepy/thought-sleep4.png");
|
||||
type.set ("assets/images/Animations2/Sleepy/thought-sleep4.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Animations2/Sleepy/thought-sleep5.png", "assets/images/Animations2/Sleepy/thought-sleep5.png");
|
||||
type.set ("assets/images/Animations2/Sleepy/thought-sleep5.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/background.png", "assets/images/background.png");
|
||||
type.set ("assets/images/background.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Cheer.png", "assets/images/Cheer.png");
|
||||
@ -46,14 +148,16 @@ class AssetData {
|
||||
type.set ("assets/images/Rest_old.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Scold.png", "assets/images/Scold.png");
|
||||
type.set ("assets/images/Scold.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Study.png", "assets/images/Study.png");
|
||||
type.set ("assets/images/Study.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/tmp20.png", "assets/images/tmp20.png");
|
||||
type.set ("assets/images/tmp20.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/tmp24.png", "assets/images/tmp24.png");
|
||||
type.set ("assets/images/tmp24.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/tmp32.png", "assets/images/tmp32.png");
|
||||
type.set ("assets/images/tmp32.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/tmpSelect.png", "assets/images/tmpSelect.png");
|
||||
type.set ("assets/images/tmpSelect.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Train.png", "assets/images/Train.png");
|
||||
type.set ("assets/images/Train.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/images/Wipe.png", "assets/images/Wipe.png");
|
||||
type.set ("assets/images/Wipe.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("assets/music/music-goes-here.txt", "assets/music/music-goes-here.txt");
|
||||
@ -62,6 +166,8 @@ class AssetData {
|
||||
type.set ("assets/sounds/Next.ogg", Reflect.field (AssetType, "sound".toUpperCase ()));
|
||||
path.set ("assets/sounds/Select.ogg", "assets/sounds/Select.ogg");
|
||||
type.set ("assets/sounds/Select.ogg", Reflect.field (AssetType, "sound".toUpperCase ()));
|
||||
path.set ("assets/Thoughts.png", "assets/Thoughts.png");
|
||||
type.set ("assets/Thoughts.png", Reflect.field (AssetType, "image".toUpperCase ()));
|
||||
path.set ("flixel/sounds/beep.ogg", "flixel/sounds/beep.ogg");
|
||||
type.set ("flixel/sounds/beep.ogg", Reflect.field (AssetType, "sound".toUpperCase ()));
|
||||
path.set ("flixel/sounds/flixel.ogg", "flixel/sounds/flixel.ogg");
|
||||
|
Reference in New Issue
Block a user