add animation playback
This commit is contained in:
@@ -49,7 +49,21 @@
|
||||
<button-custom id="btn-down" thickness="1" color="0 0" border-color=".0" shrink="1" margin="0 2 0 0">
|
||||
<icon width="30" icon="bullet_arrow_down"/>
|
||||
</button-custom>
|
||||
<node grow="1"></node>
|
||||
<node grow="1" dir="row" justify="center">
|
||||
<button-custom id="btn-prev" thickness="1" color="0 0" border-color=".0" shrink="1" margin="0 2 0 0">
|
||||
<icon width="30" icon="control_start"/>
|
||||
</button-custom>
|
||||
<button-custom id="btn-play" thickness="1" color="0 0" border-color=".0" shrink="1" margin="0 2 0 0">
|
||||
<icon width="30" icon="control_play"/>
|
||||
</button-custom>
|
||||
<button-custom id="btn-next" thickness="1" color="0 0" border-color=".0" shrink="1" margin="0 2 0 0">
|
||||
<icon width="30" icon="control_end"/>
|
||||
</button-custom>
|
||||
<border pad="5" align="center" margin="0 0 0 10" dir="row" color=".3">
|
||||
<combobox id="fps" text="25" width="35" height="20" combo-list="5,10,15,20,25,30"/>
|
||||
<text text="fps" margin="0 2 0 5"/>
|
||||
</border>
|
||||
</node>
|
||||
<button-custom id="btn-remove" thickness="1" color="0 0" border-color=".0" shrink="1" margin="0 10 0 0">
|
||||
<icon width="30" icon="bin_closed"/>
|
||||
</button-custom>
|
||||
|
||||
Reference in New Issue
Block a user