-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.xml
More file actions
13 lines (12 loc) · 692 Bytes
/
Copy pathmain.xml
File metadata and controls
13 lines (12 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<table name="HeatmapData" global_key="HeatmapData">
<Localization directory="loc" default="english.txt">
<loc file="english.txt" language="english"/>
</Localization>
<Options save_file="HeatmapSave.txt">
<options node_name="heatmap" title_id="heatmap" desc_id="heatmap_desc" build_items="true">
<option name="heatmap_enabled" save_value="true" type="bool" show_value="true" default_value="true"/>
<!-- <option name="heatmap_live" save_value="true" type="bool" show_value="true" default_value="false"/> -->
<option name="heatmap_update" save_value="true" type="number" show_value="true" default_value="0.2" min="0.01" max="1.0"/>
</options>
</Options>
</table>