Skip to content

Commit

Permalink
Update for 2.14.3-beta.dev.20241225.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetech committed Dec 25, 2024
1 parent bfd69dd commit 73a01f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"watch": "npx tsc --build --watch --pretty --preserveWatchOutput"
},
"devDependencies": {
"@wayward/types": "^2.14.3-beta.dev.20241224.1",
"@wayward/types": "^2.14.3-beta.dev.20241225.1",
"rimraf": "3.0.2",
"typescript": "^5.7.2"
}
Expand Down
3 changes: 2 additions & 1 deletion src/DebugTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import type Bindable from "@wayward/game/ui/input/Bindable";
import { IInput } from "@wayward/game/ui/input/IInput";
import InputManager from "@wayward/game/ui/input/InputManager";
import type { DialogId } from "@wayward/game/ui/screen/screens/game/Dialogs";
import ItemComponent, { ItemClasses } from "@wayward/game/ui/screen/screens/game/component/ItemComponent";
import ItemComponent from "@wayward/game/ui/screen/screens/game/component/ItemComponent";
import type { MenuBarButtonType } from "@wayward/game/ui/screen/screens/game/static/menubar/IMenuBarButton";
import { MenuBarButtonGroup } from "@wayward/game/ui/screen/screens/game/static/menubar/IMenuBarButton";
import Draggable from "@wayward/game/ui/util/Draggable";
Expand Down Expand Up @@ -88,6 +88,7 @@ import DebugToolsPanel from "./ui/component/DebugToolsPanel";
import TemperatureInspection from "./ui/inspection/Temperature";
import Version from "./util/Version";
import { RendererConstants } from "@wayward/game/renderer/RendererConstants";
import { ItemClasses } from "@wayward/game/ui/screen/screens/game/component/item/IItemComponent";

/**
* An enum representing the possible states of the camera
Expand Down

0 comments on commit 73a01f5

Please sign in to comment.