blob: f904555543ad05c83c2ef6465c0f25bf881c28f3 (
plain) (
blame)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
// MitaMAN
setshader "bumpspecmapworld"
setshaderparam "specscale" 1.2 1.2 1.2
texture c "textures/mitaman/brick_13_c.png"
texture n "textures/mitaman/brick_13_n.png"
texture s "textures/mitaman/brick_13_s.png"
texscale 0.5
texture c "textures/mitaman/brick_56_c.png"
texture n "textures/mitaman/brick_56_n.png"
texture s "textures/mitaman/brick_56_s.png"
texscale 0.5
texture c "textures/mitaman/floor_15_c.png"
texture n "textures/mitaman/floor_15_n.png"
texture s "textures/mitaman/floor_15_s.png"
texscale 0.5
texture c "textures/mitaman/planks_1_c.png"
texture n "textures/mitaman/planks_1_n.png"
texture s "textures/mitaman/planks_1_s.png"
texscale 0.5
texture c "textures/mitaman/planks_2_c.png"
texture n "textures/mitaman/planks_2_n.png"
texture s "textures/mitaman/planks_2_s.png"
texscale 0.5
texture c "textures/mitaman/tiles_16_c.png"
texture n "textures/mitaman/tiles_16_n.png"
texture s "textures/mitaman/tiles_16_s.png"
texscale 0.5
texture c "textures/mitaman/tiles_38_c.png"
texture n "textures/mitaman/tiles_38_n.png"
texture s "textures/mitaman/tiles_38_s.png"
texscale 0.5
texture c "textures/mitaman/tiles_126_c.png"
texture n "textures/mitaman/tiles_126_n.png"
texture s "textures/mitaman/tiles_126_s.png"
texscale 0.5
texture c "textures/mitaman/trim_7_c.png"
texture n "textures/mitaman/trim_7_n.png"
texture s "textures/mitaman/trim_7_s.png"
texscale 0.5
texture c "textures/mitaman/wall_7_c.png"
texture n "textures/mitaman/wall_7_n.png"
texture s "textures/mitaman/wall_7_s.png"
texscale 0.5
|