forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
9
Kha/Tools/khamake/src/Exporters/DebugHtml5Exporter.ts
Normal file
9
Kha/Tools/khamake/src/Exporters/DebugHtml5Exporter.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import {Html5Exporter} from './Html5Exporter';
|
||||
import {Options} from '../Options';
|
||||
|
||||
export class DebugHtml5Exporter extends Html5Exporter {
|
||||
constructor(options: Options) {
|
||||
super(options);
|
||||
this.isDebug = true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user