forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
16
Kha/Backends/Node/kha/js/Music.hx
Normal file
16
Kha/Backends/Node/kha/js/Music.hx
Normal file
@ -0,0 +1,16 @@
|
||||
package kha.js;
|
||||
|
||||
import js.Browser;
|
||||
import js.html.AudioElement;
|
||||
import js.html.ErrorEvent;
|
||||
import js.html.Event;
|
||||
import js.html.MediaError;
|
||||
import js.Lib;
|
||||
|
||||
using StringTools;
|
||||
|
||||
class Music extends kha.Music {
|
||||
public function new() {
|
||||
super();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user