mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-21 19:43:58 +08:00
15 lines
248 B
JavaScript
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) {}
|
|
} |