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
e7b4289d12
commit
b5837e2d6d
1 changed files with 12 additions and 1 deletions
|
|
@ -300,7 +300,18 @@ class MarbleWorld extends Scheduler {
|
|||
"sound/spawn.wav",
|
||||
"sound/ready.wav",
|
||||
"sound/set.wav",
|
||||
"sound/go.wav"
|
||||
"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/pads/white.jpg", // These irk us a lot because ifl shit
|
||||
"shapes/pads/red.jpg",
|
||||
"shapes/pads/blue.jpg",
|
||||
"shapes/pads/green.jpg",
|
||||
];
|
||||
for (file in marblefiles) {
|
||||
worker.loadFile(file);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue