Smoothing fix along with replacing biglake tiles for sea tiles to make water
color consistent. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8187 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
ea6c8af21e
commit
498395d334
|
@ -1,3 +1,7 @@
|
||||||
|
2008-01-13 15:50 kbulgrien
|
||||||
|
* scorn/taverns/inn: Smoothing fix along with replacing biglake
|
||||||
|
tiles for sea tiles to make water color consistent.
|
||||||
|
|
||||||
2008-01-12 01:50 gros
|
2008-01-12 01:50 gros
|
||||||
* wolfsburg/volcano/heimser_hut_{1,2,3}: Added the first part of the
|
* wolfsburg/volcano/heimser_hut_{1,2,3}: Added the first part of the
|
||||||
Heimser Brothers Quest.
|
Heimser Brothers Quest.
|
||||||
|
|
|
@ -8,15 +8,19 @@ enter_x 7
|
||||||
enter_y 15
|
enter_y 15
|
||||||
msg
|
msg
|
||||||
Created: 1993-10-15
|
Created: 1993-10-15
|
||||||
|
Modified: 2008-01-13 Kevin Bulgrien
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch sea
|
arch sea
|
||||||
end
|
end
|
||||||
arch grass
|
arch grass
|
||||||
y 1
|
y 1
|
||||||
|
smoothlevel 0
|
||||||
|
move_block swim boat
|
||||||
end
|
end
|
||||||
arch biglake_se
|
arch sea_se
|
||||||
y 1
|
y 1
|
||||||
|
smoothlevel 0
|
||||||
end
|
end
|
||||||
arch grass
|
arch grass
|
||||||
y 2
|
y 2
|
||||||
|
@ -102,6 +106,8 @@ end
|
||||||
arch grass
|
arch grass
|
||||||
x 1
|
x 1
|
||||||
y 1
|
y 1
|
||||||
|
smoothlevel 0
|
||||||
|
move_block swim boat
|
||||||
end
|
end
|
||||||
arch tree5
|
arch tree5
|
||||||
x 1
|
x 1
|
||||||
|
@ -204,6 +210,8 @@ end
|
||||||
arch grass
|
arch grass
|
||||||
x 2
|
x 2
|
||||||
y 1
|
y 1
|
||||||
|
smoothlevel 0
|
||||||
|
move_block swim boat
|
||||||
end
|
end
|
||||||
arch grass
|
arch grass
|
||||||
x 2
|
x 2
|
||||||
|
@ -302,13 +310,18 @@ y 15
|
||||||
end
|
end
|
||||||
arch grass
|
arch grass
|
||||||
x 3
|
x 3
|
||||||
|
smoothlevel 0
|
||||||
|
move_block swim boat
|
||||||
end
|
end
|
||||||
arch biglake_se
|
arch sea_se
|
||||||
x 3
|
x 3
|
||||||
|
smoothlevel 0
|
||||||
end
|
end
|
||||||
arch grass
|
arch grass
|
||||||
x 3
|
x 3
|
||||||
y 1
|
y 1
|
||||||
|
smoothlevel 0
|
||||||
|
move_block swim boat
|
||||||
end
|
end
|
||||||
arch grass
|
arch grass
|
||||||
x 3
|
x 3
|
||||||
|
|
Loading…
Reference in New Issue