]> git.rm.cloudns.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Add func_door_secret.angle to the entities file
authorMattia Basaglia <mattia.basaglia@gmail.com>
Thu, 23 Mar 2017 21:03:29 +0000 (21:03 +0000)
committerMattia Basaglia <mattia.basaglia@gmail.com>
Thu, 23 Mar 2017 21:03:29 +0000 (21:03 +0000)
scripts/entities.ent

index 98200454eecc8315ec2d896675a597d54dc467ef..15547ce867173294a1168a4334cafa1e8c93f9d2 100644 (file)
@@ -211,6 +211,7 @@ BIDIR_IN_DOWN will the door prevent from reopening while closing if it is trigge
 <group name="func_door_secret" color="0 .5 .8">
 Basic secret door. Slides back, then to the side. Angle determines direction. Opens when targeted or when shot; does not create its own trigger field like func_door does.
 -------- KEYS --------
+<direction key="angle" name="angle">determines the opening direction</direction>
 <real key="platmovetype" name="platmovetype">movement type (1 = linear, 2 = cosine [default])</real>
 <real key="wait" name="wait"># of seconds before coming back</real>
 <string key="key1" name="key1">first entity key with one-line description</string>