|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
import { Skin } from "./core/skin";
|
|
|
|
|
|
|
|
|
|
let tabSkinApp:Skin[]=[
|
|
|
|
|
new Skin("S0001", "Bob Classsique",require('bob_party/assets/BobsSkins/BobClassic.png'), 0),
|
|
|
|
|
new Skin("S0001", "Bob",require('bob_party/assets/BobsSkins/BobClassic.png'), 0),
|
|
|
|
|
new Skin("S0002", "Bob Blue",require('bob_party/assets/BobsSkins/BobBlue.png'), 100),
|
|
|
|
|
new Skin("S0003", "Bob BW",require('bob_party/assets/BobsSkins/BobBW.png'), 100),
|
|
|
|
|
new Skin("S0004", "Bob Green",require('bob_party/assets/BobsSkins/BobGreen.png'), 100),
|
|
|
|
|
new Skin("S0005", "Bob Pink Turquoise",require('bob_party/assets/BobsSkins/BobPinkTurquoise.png'), 100),
|
|
|
|
|
new Skin("S0005", "Bob P&T",require('bob_party/assets/BobsSkins/BobPinkTurquoise.png'), 100),
|
|
|
|
|
new Skin("S0006", "Bob Red",require('bob_party/assets/BobsSkins/BobRed.png'), 100),
|
|
|
|
|
new Skin("S0007", "Bob Cute",require('bob_party/assets/BobsSkins/BobYellowGreenBlueHeart.png'), 100),
|
|
|
|
|
]
|
|
|
|
|