Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: ba1da3eb60144e2311f34ab0562b7f696c74fd1e (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
ui/background
{
	qer_editorimage textures/thorn/panel_01_dark
	{
		map textures/thorn/panel_01_dark
		bright
		color 0.1 0.1 0.1 1
		blendfunc blend
	}
}

ui/window
{
	qer_editorimage textures/thorn/panel_01_dark
	{
		map textures/thorn/panel_01_dark
		bright
		color 0.2 0.2 0.2 0.85
		blendfunc blend
	}
}

ui/button
{
	qer_editorimage textures/thorn/panel_01
	{
		map textures/thorn/panel_01
		bright
		color 0 0.2 0 1.0
		blendfunc blend
	}
}