arrow keys help pick outdoor sector

This commit is contained in:
2025-01-25 20:02:26 -06:00
parent b1efc03029
commit d4d1cba90a

View File

@@ -12,10 +12,10 @@
<text top='41' left='68' width='111' height='14'>World height:</text>
<text name='height' top='41' left='186' width='37'/>
<text name='y' framed='true' top='88' left='142' width='75' height='16'/>
<button name='xminus' type='small' top='59' left='77'>-</button>
<button name='xplus' type='small' top='59' left='106'>+</button>
<button name='yminus' type='small' top='84' left='77'>-</button>
<button name='yplus' type='small' top='84' left='106'>+</button>
<button name='xminus' type='small' top='59' left='77' def-key='left'>-</button>
<button name='xplus' type='small' top='59' left='106' def-key='right'>+</button>
<button name='yminus' type='small' top='84' left='77' def-key='up'>-</button>
<button name='yplus' type='small' top='84' left='106' def-key='down'>+</button>
<text name='title' framed='true' top='111' left='142' width='150' height='16'/>
<button name='choose' type='regular' top='111' left='66'>Choose</button>
</dialog>