mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-21 16:35:08 -05:00
Add door texture
This commit is contained in:
parent
7dd780d29c
commit
fae1c5c4c0
23
assets.h
23
assets.h
@ -317,6 +317,29 @@ SFG_PROGRAM_MEMORY uint8_t SFG_wallTextures[][SFG_TEXTURE_STORE_SIZE] =
|
||||
0,2,16,1,0,16,3,0,48,0,16,0,0,0,0,224,0,4,16,48,3,1,0,0,16,50,16,3,0,48,0,3,0,
|
||||
52,16,16,1,16,0,0,0,2,16,16,0,0,2,2,1,4,68,66,32,34,36,34,34,36,34,36,34,34,68,
|
||||
68,68,68
|
||||
},
|
||||
{ // 13, scifi door
|
||||
3,2,4,9,0,74,200,10,75,41,160,48,120,17,34,50,68,68,68,68,68,68,68,68,70,102,
|
||||
102,102,102,102,102,102,85,85,153,85,85,153,85,85,85,136,136,136,136,136,136,
|
||||
136,149,153,153,147,147,57,55,57,125,238,88,135,127,85,119,119,51,147,51,51,51,
|
||||
55,147,55,215,125,215,119,119,119,119,119,68,68,68,68,68,68,68,70,102,102,102,
|
||||
102,102,102,102,102,0,0,0,0,0,0,0,5,2,34,34,34,34,34,34,34,53,92,65,85,19,48,0,
|
||||
81,32,11,160,0,1,18,34,1,48,83,64,0,83,16,0,1,34,1,178,34,1,2,34,33,53,84,65,0,
|
||||
4,49,80,1,0,11,160,34,43,16,2,1,52,196,49,85,28,51,51,161,26,186,16,0,11,17,17,
|
||||
161,51,51,51,51,51,51,49,16,1,17,17,17,17,17,17,16,53,85,49,85,19,21,0,34,32,0,
|
||||
16,0,1,2,34,1,53,5,48,0,83,16,34,34,34,32,18,34,1,2,34,17,49,85,49,0,4,16,34,34,
|
||||
34,32,16,34,43,2,32,161,51,68,49,85,28,16,34,34,34,32,16,0,11,0,17,0,51,67,51,
|
||||
51,51,16,34,34,34,32,17,17,17,1,16,34,52,49,49,17,19,16,34,34,34,32,16,0,1,0,17,
|
||||
2,51,5,48,0,84,16,34,34,34,32,18,34,10,2,1,17,48,5,49,5,84,16,34,34,34,32,16,32,
|
||||
10,2,32,161,48,85,49,21,28,53,2,34,34,0,16,0,11,16,34,17,49,19,67,68,195,17,80,
|
||||
177,16,1,161,171,177,0,0,177,51,52,17,51,67,51,17,16,1,26,0,17,161,17,17,16,53,
|
||||
92,48,85,196,48,0,1,32,11,18,0,186,18,34,1,48,83,48,5,52,48,0,33,34,1,18,32,27,
|
||||
18,34,33,53,84,49,85,68,17,80,1,0,11,16,0,186,0,2,1,52,196,51,76,67,19,51,161,
|
||||
26,186,17,171,161,1,17,161,0,0,0,0,0,0,0,0,2,34,34,34,34,34,34,34,68,68,68,68,
|
||||
68,68,68,102,102,102,102,102,102,102,102,102,51,147,51,51,51,55,147,125,125,119,
|
||||
119,119,119,119,119,119,149,153,153,147,147,121,55,62,119,238,88,135,127,85,119,
|
||||
119,85,85,153,85,85,153,85,85,152,136,136,136,136,136,136,136,68,68,68,68,68,68,
|
||||
68,68,102,102,102,102,102,102,102,102
|
||||
}
|
||||
};
|
||||
|
||||
|
BIN
assets/wall_texture14.png
Normal file
BIN
assets/wall_texture14.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
2
levels.h
2
levels.h
@ -243,7 +243,7 @@ SFG_PROGRAM_MEMORY SFG_Level SFG_level0 =
|
||||
SFG_TD(0 ,31,0,0),SFG_TD(0 ,31,0,0),SFG_TD(0 ,31,0,0),SFG_TD(0 ,31,0,0) // 60
|
||||
},
|
||||
{0, 1, 2, 6, 3, 12, 10}, // textureIndices
|
||||
7, // doorTextureIndex
|
||||
13, // doorTextureIndex
|
||||
10, // floorColor
|
||||
32, // ceilingColor
|
||||
{ // elements
|
||||
|
Loading…
Reference in New Issue
Block a user