Implement basic version of characters #32
@ -95,6 +95,12 @@ export class AppComponent implements OnInit{
|
|||||||
this.editor!.openGameModelComponent(gamesystem!);
|
this.editor!.openGameModelComponent(gamesystem!);
|
||||||
}
|
}
|
||||||
} break
|
} break
|
||||||
|
case ModelComponentType.CHARACTER: {
|
||||||
|
if(this.characterOverview!.selectedCharacter != undefined) {
|
||||||
|
this.editor!.openGameModelComponent(this.characterOverview!.selectedCharacter);
|
||||||
|
}
|
||||||
|
}break
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user