Scenario viewpoint, Z index management, and arrow controls
This commit is contained in:
@@ -14,6 +14,10 @@ func (d *Driver) Dialogues() []string {
|
||||
return out
|
||||
}
|
||||
|
||||
func (d *Driver) IsInDialogue() bool {
|
||||
return d.activeDialogue != nil
|
||||
}
|
||||
|
||||
func (d *Driver) ShowDialogue(locator string) error {
|
||||
for _, dialogue := range d.dialogues {
|
||||
if dialogue.Locator == locator {
|
||||
|
Reference in New Issue
Block a user