Files
lifeRestart/src/ui/themes/loading.js
Vick Scarlet 0284f6aa71 config webpack
2021-11-28 19:05:24 +08:00

15 lines
248 B
JavaScript

export default class Loading extends ui.view.LoadingUI {
constructor() {
super();
}
static load() {
return [
"images/atlas/images/resource.atlas"
]
}
show() {}
onProgress(progress) {}
}