Added some debugging tools to the preview assets.

This commit is contained in:
phr0z3nt04st
2010-07-08 13:24:10 -05:00
parent 82aef8fa4c
commit c0ad0f82a9
16 changed files with 1091 additions and 45 deletions

View File

@@ -13,12 +13,24 @@
mouse_opaque="true" name="desc txt" v_pad="0" width="80">
Description:
</text>
<button bottom="-66" enabled="true" font="SansSerif" halign="center" height="19"
<!--<button bottom="-66" enabled="true" font="SansSerif" halign="center" height="19"
label="Play in World" label_selected="Stop" left="27" mouse_opaque="true"
name="Anim play btn" scale_image="true"
tool_tip="Play this animation so that others can see it." width="96" />
<button bottom="-66" enabled="true" font="SansSerif" halign="center" height="19"
label="Play Locally" label_selected="Stop" left="177" mouse_opaque="true"
name="Anim audition btn" scale_image="true"
tool_tip="Play this animation so that only you can see it." width="96" />-->
<button bottom="-66" enabled="true" font="SansSerif" halign="center" height="19"
label="Play in World" label_selected="Stop" left="4" mouse_opaque="true"
name="Anim play btn" scale_image="true"
tool_tip="Play this animation so that others can see it." width="96" />
<button bottom="-66" enabled="true" font="SansSerif" halign="center" height="19"
label="Play Locally" label_selected="Stop" left_delta="98" mouse_opaque="true"
name="Anim audition btn" scale_image="true"
tool_tip="Play this animation so that only you can see it." width="96" />
<button bottom="-66" enabled="true" font="SansSerif" halign="center" height="19"
label="Copy UUID" label_selected="Copy UUID" left_delta="98" mouse_opaque="true"
name="Anim copy uuid btn" scale_image="true"
tool_tip="Copy asset UUID" width="96" />
</floater>

View File

@@ -97,12 +97,16 @@ unless you add wait steps.
left_delta="0" name="wait_time_check" width="100" />
<line_editor bottom_delta="0" follows="top|left" height="20" left_delta="105"
max_length="15" name="wait_time_editor" width="50" />
<check_box bottom="7" follows="top|left" height="20" label="Active" left="140"
<button bottom_delta="-10" follows="top|left" height="20" left="233"
label="Open" name="open_btn" width="64" />
<check_box bottom="7" follows="top|left" height="20" label="Active" left="100"
name="active_check"
tool_tip="Active gestures can be triggered by chatting their trigger phrases or pressing their hot keys. Gestures usually become inactive when there is a key binding conflict."
width="100" />
<button bottom="5" follows="top|left" height="20" label="Preview" left="215"
<button bottom="5" follows="top|left" height="20" label="Preview" left_delta="80"
name="preview_btn" width="80" />
<button bottom="5" follows="top|left" height="20" label="Save" left_delta="90"
name="save_btn" width="80" />
<button bottom="5" follows="top|left" height="20" label="Make Copy" left_delta="90"
name="duplicate_btn" width="80" />
</floater>

View File

@@ -6,6 +6,10 @@
<button bottom="-352" enabled="false" follows="left|bottom" font="SansSerif"
halign="center" height="20" label="Save" label_selected="Save" left="9"
mouse_opaque="false" name="Save" scale_image="true" width="100" />
<button bottom="-352" enabled="true" follows="left|bottom" font="SansSerif"
halign="center" height="20" label="Get Items" label_selected="Get Items" left_delta="110"
mouse_opaque="false" name="Get Items" scale_image="true" width="100" />
<!--<check_box follows="left|bottom" bottom_delta="0" left_delta="110" name="https_chk" label="Saves via HTTPS" />-->
<icon bottom="-19" color="1 1 1 1" enabled="true" follows="top|right" height="16"
image_name="icon_lock.tga" left="344" mouse_opaque="true" name="lock"
width="16" />

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-85" can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" enabled="true" height="85" left="176" min_height="0"
<floater bottom="-110" can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" enabled="true" height="110" left="176" min_height="0"
min_width="0" mouse_opaque="true" name="preview_sound" width="300">
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-38"
enabled="true" follows="left|top|right" font="SansSerif"
@@ -23,4 +23,14 @@
mouse_opaque="true" name="Sound play btn" scale_image="true"
sound_flags="0" tool_tip="Play this sound so that others can hear it."
width="120" />
<button bottom_delta="-23" enabled="true" font="SansSerif" halign="center" height="19"
label="Play Ambient" label_selected="Play Ambient" left_delta="0"
mouse_opaque="true" name="Play ambient btn" scale_image="true"
sound_flags="0" tool_tip="Play Ambient"
width="120" />
<button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="19"
label="Copy UUID" label_selected="Copy UUID" left_delta="126"
mouse_opaque="true" name="Sound copy uuid btn" scale_image="true"
sound_flags="0" tool_tip="Copy asset UUID"
width="120" />
</floater>