ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/exit/teleporter.arc
Revision: 1.10
Committed: Thu Nov 5 14:05:13 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +13 -7 lines
Log Message:
add teleporter_connect, some deprecation

File Contents

# User Rev Content
1 root 1.10 object teleporter_connect
2     face teleporter.x11
3     magicmap red
4     type 41
5     no_pick 1
6     activate_on_push 1
7     activate_on_release 1
8     visibility 100
9     editor_folder connect
10     end
11    
12     # should be avoided
13 root 1.6 object teleporter
14 root 1.10 inherit teleporter_connect
15 root 1.7 anim
16     teleporter.x11
17     teleporter.x12
18     teleporter.x13
19     mina
20 root 1.5 speed 0.1
21 root 1.1 end
22 root 1.7