Added missing files
This commit is contained in:
parent
c701545c87
commit
ab1340dc2f
Binary file not shown.
After Width: | Height: | Size: 822 B |
Binary file not shown.
After Width: | Height: | Size: 822 B |
Binary file not shown.
After Width: | Height: | Size: 822 B |
Binary file not shown.
After Width: | Height: | Size: 822 B |
Binary file not shown.
After Width: | Height: | Size: 822 B |
Binary file not shown.
After Width: | Height: | Size: 822 B |
1
shared.c
1
shared.c
|
@ -2214,6 +2214,7 @@ int randompowerup(void) {
|
|||
int num;
|
||||
num = rand() % 19;
|
||||
|
||||
|
||||
switch (num) {
|
||||
case 0:
|
||||
default:
|
||||
|
|
12
tiles.conf
12
tiles.conf
|
@ -1,37 +1,37 @@
|
|||
tile blank
|
||||
id 0
|
||||
solid 0
|
||||
file blank.bmp
|
||||
file newtiles/blank.bmp
|
||||
end
|
||||
|
||||
tile land
|
||||
id 1
|
||||
solid 1
|
||||
file land.bmp
|
||||
file newtiles/land.bmp
|
||||
end
|
||||
|
||||
tile slopeup
|
||||
id 2
|
||||
solid 2
|
||||
lowness 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0
|
||||
file slopeup.bmp
|
||||
file newtiles/slopeup.bmp
|
||||
end
|
||||
|
||||
tile slopedown
|
||||
id 3
|
||||
solid 2
|
||||
lowness 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
|
||||
file slopedown.bmp
|
||||
file newtiles/slopedown.bmp
|
||||
end
|
||||
|
||||
tile full
|
||||
id 4
|
||||
solid 1
|
||||
file full.bmp
|
||||
file newtiles/full.bmp
|
||||
end
|
||||
|
||||
tile sky
|
||||
id 5
|
||||
solid 0
|
||||
file sky.bmp
|
||||
file newtiles/sky.bmp
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue