mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-30 17:40:47 +00:00
Another pass at basic moments
Adding diary, name of powers, name of moment type, and some supporting thoughts. Added a debug menu item to disable or enable the eleven labs speech. Useful for removing it when debugging
This commit is contained in:
parent
e1309c4012
commit
ecf8e1db06
7 changed files with 227 additions and 23 deletions
|
|
@ -6,6 +6,7 @@
|
|||
import { updateNextMomentDisplay, initNextMomentTool } from "./nextMoment";
|
||||
import { initDebugProvinceHighlighting } from "./provinceHighlight";
|
||||
import { initInstantChatTool } from "./instantChat";
|
||||
import { initSpeechToggleTool } from "./speechToggle";
|
||||
|
||||
export class DebugMenu {
|
||||
private toggleBtn: HTMLButtonElement;
|
||||
|
|
@ -172,6 +173,7 @@ export class DebugMenu {
|
|||
}
|
||||
|
||||
private initTools(): void {
|
||||
initSpeechToggleTool(this);
|
||||
initInstantChatTool(this);
|
||||
initNextMomentTool(this);
|
||||
initDebugProvinceHighlighting()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue