git » fp-git.git » commit 5df9d93

The jump and crouch are working

author rata
2004-10-25 21:00:47 UTC
committer rata
2004-10-25 21:00:47 UTC
parent 7f700a0b187f038e07fbfe6bceb6bf6828a4b55f

The jump and crouch are working

FP/src/conf/states/main.conf +14 -0

diff --git a/FP/src/conf/states/main.conf b/FP/src/conf/states/main.conf
index a9cc061..cfd17ff 100644
--- a/FP/src/conf/states/main.conf
+++ b/FP/src/conf/states/main.conf
@@ -97,6 +97,20 @@ normal:
 			1
 
 running:
+	action		 Crouch
+		conditions
+			KeyDown			pressed
+			KeyForward		pressed
+		next
+			crouched
+		steps
+			relative 10
+		animation
+			118-120 p
+	
+	
+	
+	
 	action            Jump
 		conditions
 			KeyUp                  pressed