-
Notifications
You must be signed in to change notification settings - Fork 0
/
Table.xml
39 lines (33 loc) · 1 KB
/
Table.xml
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
35
36
37
38
39
<Defaults>
<Text class = "clue" fontSize = "80" outline = "#000000" outlineSize = "1 1" active = "false"/>
</Defaults>
<Text
class = "clue" id = "redClue" color = "#DA1917" visibility = "Red|Black"
position = "0 -2750 -5" rotation = "0 0 0"
>Test
</Text>
<Text
class = "clue" id = "tealClue" color = "#20B09A" visibility = "Teal|Black"
position = "-2615 -850 -5" rotation = "0 0 -72"
>Test
</Text>
<Text
class = "clue" id = "purpleClue" color = "#9F1FEF" visibility = "Purple|Black"
position = "-1616 2225 -5" rotation = "0 0 -144"
>Test
</Text>
<Text
class = "clue" id = "brownClue" color = "#703A16" visibility = "Brown|Black"
position = "1616 2225 -5" rotation = "0 0 -216"
>Test
</Text>
<Text
class = "clue" id = "pinkClue" color = "#F46FCD" visibility = "Pink|Black"
position = "2615 -850 -5" rotation = "0 0 -288"
>Test
</Text>
<Text
class = "clue" id = "hint" color = "#FFFFFF"
position = "0 -1400 -5" rotation = "0 0 0"
>Hint
</Text>