Add faces for death, apply, say, pickup and drop events so that they are more easily identifiable in gridarta.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@13226 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
4fbf9079fd
commit
31abaebb80
4
CHANGES
4
CHANGES
|
@ -1,6 +1,10 @@
|
|||
Changes for SVN top of tree:
|
||||
==============================================================================
|
||||
|
||||
Add faces for pickup, drop, apply, say and death events, so that they are
|
||||
more easily identifiable in gridarta
|
||||
Brendan Lally 2010-05-15
|
||||
|
||||
Move dev/wip/manhole to connect/Hole as it is tested and ready to use. The
|
||||
test patch is removed as it is out of date, and the README is moved to the
|
||||
Hole directory as documentation.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object event_apply
|
||||
face event_apply.111
|
||||
type 116
|
||||
subtype 1
|
||||
invisible 1
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 248 B |
|
@ -1,4 +1,5 @@
|
|||
Object event_death
|
||||
face event_death.111
|
||||
type 116
|
||||
subtype 3
|
||||
invisible 1
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 277 B |
|
@ -1,4 +1,5 @@
|
|||
Object event_drop
|
||||
face event_drop.111
|
||||
type 116
|
||||
subtype 4
|
||||
invisible 1
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 248 B |
|
@ -1,4 +1,5 @@
|
|||
Object event_pickup
|
||||
face event_pickup.111
|
||||
type 116
|
||||
subtype 5
|
||||
invisible 1
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 261 B |
|
@ -1,4 +1,5 @@
|
|||
Object event_say
|
||||
face event_say.111
|
||||
type 116
|
||||
subtype 6
|
||||
invisible 1
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 274 B |
Loading…
Reference in New Issue