Heavily improved the UI loading stuff

This commit is contained in:
WolverinDEV
2020-04-02 01:19:55 +02:00
parent a126bd16d4
commit fbbbbcd7ef
10 changed files with 665 additions and 440 deletions
@@ -3,7 +3,6 @@ import * as handler from "../../audio/AudioPlayer";
export const initialize = handler.initialize;
export const initialized = handler.initialized;
export const context = handler.context;
export const get_master_volume = handler.get_master_volume;
export const set_master_volume = handler.set_master_volume;