mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
attempt fix on pad texture loading
This commit is contained in:
parent
bfaf31b822
commit
caa20747a7
1 changed files with 6 additions and 1 deletions
|
|
@ -333,10 +333,15 @@ class MarbleWorld extends Scheduler {
|
|||
"sound/go.wav",
|
||||
"sound/alarm.wav",
|
||||
"sound/alarm_timeout.wav",
|
||||
"sound/missinggems.wav",
|
||||
"shapes/images/glow_bounce.dts",
|
||||
"shapes/images/glow_bounce.png",
|
||||
"shapes/images/helicopter.dts",
|
||||
"shapes/images/helicopter.jpg"
|
||||
"shapes/images/helicopter.jpg",
|
||||
"shapes/pads/white.jpg", // These irk us a lot because ifl shit
|
||||
"shapes/pads/red.jpg",
|
||||
"shapes/pads/blue.jpg",
|
||||
"shapes/pads/green.jpg",
|
||||
];
|
||||
marblefiles.push(StringTools.replace(Settings.optionsSettings.marbleModel, "data/", ""));
|
||||
marblefiles.push("shapes/balls/" + Settings.optionsSettings.marbleSkin + ".marble.png");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue