PDA

View Full Version : Suggestions



deer_buster
August 31st, 2019, 21:41
ct\template_ct.xml (new values for bounds) -> moves the MENU button down by the Next Actor button (visibility in current location is poor in my opinion)

<template name="button_ct_menu">
<buttoncontrol name="button_menu">
<bounds>100,-45,40,20</bounds><!--26,11,40,20-->
<icon normal="button_menu" pressed="button_menu_down" />
<tooltip textres="ct_tooltip_menu" />
<script file="ct/scripts/ct_menu.lua" />
</buttoncontrol>
</template>


Also, if you can make the button the same height as the Next Actor button, it would look better.