Add in-game names to the tile floor arches.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20263 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
5494d04b06
commit
2a0dfdc70f
|
|
@ -1,3 +1,9 @@
|
|||
Give the tile floors an in-game name that lacks underscores.
|
||||
floor/tile.arc
|
||||
floor/tile_tan.arc
|
||||
floor/tile_white.arc
|
||||
Daniel Hawkins 2016-05-18
|
||||
|
||||
Give the dcross and fcross floors a name.
|
||||
Unfortunately, I couldn't come up with anything better then "floor"
|
||||
floor/dcross-red.arc
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
Object tile_floor
|
||||
name tile floor
|
||||
face tile.111
|
||||
no_pick 1
|
||||
is_floor 1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
Object tile_tan_floor
|
||||
name tan tile floor
|
||||
face tile_tan.111
|
||||
no_pick 1
|
||||
is_floor 1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
Object tile_white_floor
|
||||
name white tile floor
|
||||
face tile_white.111
|
||||
no_pick 1
|
||||
is_floor 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue