47 lines
1.1 KiB
XML
47 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<panel
|
|
height="25"
|
|
layout="topleft"
|
|
name="panel_navmesh_rebake"
|
|
mouse_opaque="false"
|
|
visible="true"
|
|
follows="none"
|
|
width="133">
|
|
<button
|
|
follows="none"
|
|
height="20"
|
|
label="Rebake region"
|
|
layout="topleft"
|
|
left="10"
|
|
name="navmesh_btn"
|
|
tool_tip="Click to rebake the region's navmesh."
|
|
bottom="-25"
|
|
visible="false"
|
|
enabled="true"
|
|
width="120" />
|
|
<button
|
|
follows="none"
|
|
height="20"
|
|
label="Requesting rebake"
|
|
layout="topleft"
|
|
left="10"
|
|
name="navmesh_btn_sending"
|
|
tool_tip="Sending rebake request to the server."
|
|
bottom="-25"
|
|
visible="false"
|
|
enabled="false"
|
|
width="120" />
|
|
<button
|
|
follows="left|bottom"
|
|
height="20"
|
|
label="Region is rebaking"
|
|
layout="topleft"
|
|
left="10"
|
|
name="navmesh_btn_baking"
|
|
tool_tip="Region is being rebaked. When completed, this button will disappear."
|
|
bottom="-25"
|
|
visible="false"
|
|
enabled="false"
|
|
width="120" />
|
|
</panel>
|