Add feedback and knowledge questions for companion

This commit is contained in:
Dennis Schoepf 2021-07-26 22:00:55 +02:00
parent 2297bbb562
commit 001a074c54
3 changed files with 60 additions and 12 deletions

View file

@ -14,14 +14,6 @@ export class OverviewScene {
constructor() {
this.edges = generateEdges(projectMetadata.subprojects);
this.player = new Player();
setTimeout(() => {
store.getState().addUserMessage({
text: "Hello there 👋 Let's start exploring the ethereumjs open source project",
inputWanted: false,
timestamp: Date.now(),
});
}, 2000);
}
public draw() {