mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-26 17:13:19 +00:00
Initial attempt at some tests that help us determine if the game has basic functionality
Signed-off-by: Tyler Marques <me@tylermarques.com>
This commit is contained in:
parent
e81f41fc57
commit
eebfba0a1b
15 changed files with 848 additions and 9 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
import { updateNextMomentDisplay, initNextMomentTool } from "./nextMoment";
|
||||
import { initDebugProvinceHighlighting } from "./provinceHighlight";
|
||||
import { initInstantChatTool } from "./instantChat";
|
||||
import { initInstantChatTool as initInstantModeTool } from "./instantMode";
|
||||
import { initSpeechToggleTool } from "./speechToggle";
|
||||
import { initShowRandomMomentTool, updateMomentStatus } from "./showRandomMoment";
|
||||
|
||||
|
|
@ -175,7 +175,7 @@ export class DebugMenu {
|
|||
|
||||
private initTools(): void {
|
||||
initSpeechToggleTool(this);
|
||||
initInstantChatTool(this);
|
||||
initInstantModeTool(this);
|
||||
initNextMomentTool(this);
|
||||
initShowRandomMomentTool(this);
|
||||
initDebugProvinceHighlighting()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue