Add pickers to a bunch of dialogue nodes that didn't have them.

This also includes something similar to the special node button dictionary for dialogue nodes.
This commit is contained in:
2025-03-02 19:35:41 -05:00
committed by Celtic Minstrel
parent b546f9c5e5
commit 6e94d23e05
3 changed files with 90 additions and 47 deletions

View File

@@ -40,7 +40,8 @@
<text size='large' top='203' left='49' width='83' height='15'>Message 1:</text>
<text size='large' top='309' left='49' width='80' height='14'>Message 2:</text>
<button name='choose-personality' type='regular' top='24' left='256'>Choose</button>
<button name='chooseD' type='regular' top='181' left='414'>Choose</button>
<button name='chooseC' type='regular' top='158' left='414'>Choose</button>
<button name='chooseB' type='regular' top='135' left='414'>Choose</button>
<button name='chooseA' type='large' top='112' left='414'>Create/Edit</button>
<button name='chooseA-regular' type='regular' top='112' left='414'>Choose</button>
<button name='chooseA' type='regular' top='112' left='414'>Choose</button>
</dialog>