Upgrade monaco and bump game version to 2.3.0dev (#369)

This commit is contained in:
Snarling
2023-02-23 21:43:29 -05:00
committed by GitHub
parent 211e2bcb95
commit 71051cde9c
22 changed files with 1658 additions and 317294 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import * as monaco from "monaco-editor";
import type { Monaco } from "@monaco-editor/react";
import type { Monaco } from "./Editor";
export interface IScriptEditorTheme {
base: "vs" | "vs-dark" | "hc-black";