blob: c7bf91efb47b70035e1987d404b1a783423529eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
height="25"
layout="topleft"
name="panel_navmesh_rebake"
mouse_opaque="false"
visible="true"
width="133">
<button
follows="left|bottom"
height="19"
label="Clean up region"
layout="topleft"
left="10"
name="navmesh_btn"
tool_tip="Click here to rebake the region's navmesh."
top="2"
visible="false"
enabled="true"
width="113" />
<button
follows="left|bottom"
height="19"
label="Region is cleaning"
layout="topleft"
left="10"
name="navmesh_btn_baking"
tool_tip="Region is cleaning up."
top="2"
visible="false"
enabled="false"
width="113" />
</panel>
|