set default back to code tab
This commit is contained in:
@ -8,7 +8,7 @@ import { inRect } from "./util.ts";
|
||||
|
||||
type TabName = "code" | "sprite" | "map" | "sfx" | "music";
|
||||
|
||||
let tab: TabName = "sprite";
|
||||
let tab: TabName = "code";
|
||||
|
||||
const codeIcon = [
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
|
Reference in New Issue
Block a user