Companion message state handling

This commit is contained in:
Dennis Schoepf 2021-07-20 18:18:05 +02:00
parent 7cec5fa2fb
commit 84dd40de5d
3 changed files with 41 additions and 8 deletions

View file

@ -35,6 +35,12 @@ export class OverviewScene {
store.setState({ currentScene: edge.scene });
}
});
store.getState().addUserMessage({
text: `Test Message ${Math.random()}`,
inputWanted: false,
timestamp: Date.now(),
});
}
private drawLocations() {