Added missing files

This commit is contained in:
Rob Pearce 2008-10-09 09:36:13 +00:00
parent c701545c87
commit ab1340dc2f
8 changed files with 7 additions and 6 deletions

BIN
newtiles/blank.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

BIN
newtiles/teleexit.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

BIN
newtiles/teleport.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

BIN
newtiles/teleport2.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

BIN
newtiles/water.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

BIN
newtiles/watertop.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

View File

@ -2214,6 +2214,7 @@ int randompowerup(void) {
int num;
num = rand() % 19;
switch (num) {
case 0:
default:

View File

@ -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