mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-30 17:40:47 +00:00
Rudimentary moments working, instant chat debug tool
The moments are now triggered correctly and have the phases happen as expected. Also added an instant chat tool that skips the playing out of all the messages and instead lets us quickly move through a game
This commit is contained in:
parent
8a3b6273cc
commit
e1309c4012
5 changed files with 130 additions and 7 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
import { updateNextMomentDisplay, initNextMomentTool } from "./nextMoment";
|
||||
import { initDebugProvinceHighlighting } from "./provinceHighlight";
|
||||
import { initInstantChatTool } from "./instantChat";
|
||||
|
||||
export class DebugMenu {
|
||||
private toggleBtn: HTMLButtonElement;
|
||||
|
|
@ -171,6 +172,7 @@ export class DebugMenu {
|
|||
}
|
||||
|
||||
private initTools(): void {
|
||||
initInstantChatTool(this);
|
||||
initNextMomentTool(this);
|
||||
initDebugProvinceHighlighting()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue