git » fp-git.git » commit 629fc38

new improvements

author ecalot
2004-10-20 22:28:07 UTC
committer ecalot
2004-10-20 22:28:07 UTC
parent a2849472999571c83fdcbda3b970ead837cc2c6a

new improvements

FP/src/conf/states/main.conf +13 -2

diff --git a/FP/src/conf/states/main.conf b/FP/src/conf/states/main.conf
index a661f85..4d2137b 100644
--- a/FP/src/conf/states/main.conf
+++ b/FP/src/conf/states/main.conf
@@ -28,7 +28,18 @@
 #  DO NOT remove this copyright notice
 #
 
-normal:
+#normal:
+#	action            Start walking
+#		conditions
+#			KeyShift               pressed
+#			KeyForward             pressed
+#		next
+#			walking
+#		animation
+			
+
+
+oldnormal:
 	action                     Start walking when it is near a falling
 		conditions  # Note that conditions are case sensitive!!!
 			ForwardTile            careful       #includes: empty and loose tiles
@@ -88,7 +99,7 @@ normal:
 		steps
 			relative 0
 
-normalNearToFall:
+oldnormalNearToFall:
 # preconditions: the kid is looking to a falling
 	action                     Walk to the falling
 		conditions