summaryrefslogtreecommitdiff
path: root/Data/BuiltIn/Libraries/lua-addons/addons/shoutHelper/data/settings.xml
blob: 133f21c6624ec425fe8690e0828a9002a80e398e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" ?>
<settings>
  <!--
	This file controls the settings for the Scoreboard plugin.
	Settings in the <global> section apply to all characters

	The available settings are:
		posX - x coordinate for position
		posY - y coordinate for position
		bgTransparency - Transparency level for the background. 0-255 range
	-->
	<global>
		<posX>300</posX>
		<posY>140</posY>
		<bgTransparency>200</bgTransparency>
	</global>

	<!--
	You may also override specific settings on a per-character basis here.
	-->
</settings>