File: textures.rscript

package info (click to toggle)
alien-arena-data 7.71.3%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, trixie
  • size: 1,930,188 kB
  • sloc: makefile: 4,600; sh: 485
file content (27 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (5)
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
textures/arena10/neonsign11

{
    
	{ 
		if ( $ rs_hasflag && ( $ rs_team == blue ) )
			map textures/arena10/neonsign11b
			scale static -1 static -1
			blendFunc GL_ONE GL_ZERO
    
	}

}

textures/arena10/neonsign11b

{

	{ 
		if ( $ rs_hasflag && ( $ rs_team == red ) )
			map textures/arena10/neonsign11
			scale static -1 static -1
			blendFunc GL_ONE GL_ZERO
    
	}

}