git » fp-git.git » commit 6f637a2

file to store animation states

author ecalot
2005-01-10 23:15:42 UTC
committer ecalot
2005-01-10 23:15:42 UTC
parent 61a57f4a59e5b7c19969d6ad383c682d3861f994

file to store animation states

FP/src/conf/states/titles.conf +74 -0

diff --git a/FP/src/conf/states/titles.conf b/FP/src/conf/states/titles.conf
new file mode 100644
index 0000000..df0a65e
--- /dev/null
+++ b/FP/src/conf/states/titles.conf
@@ -0,0 +1,74 @@
+#   Princed V3 - Prince of Persia Level Editor for PC Version
+#   Copyright (C) 2003 Princed Development Team
+#
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 2 of the License, or
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License
+#   along with this program; if not, write to the Free Software
+#   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
+#   The authors of this program may be contacted at http://forum.princed.com.ar
+
+# titles.conf: FreePrince : States : titles
+# \xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf
+# Copyright 2004, 2003 Princed Development Team
+#  Created: 10 Jan 2005
+#
+#  Authors: Rodrigo Campos Catelin <rodrigocc@gmail.com>
+#           Enrique Calot <ecalot.cod@princed.com.ar>
+#
+# Note:
+#  DO NOT remove this copyright notice
+#
+
+#title animations
+walkingjaffar:
+	action                      Jaffar sais hi to the princess
+		conditions
+			none
+		next
+			conjuring
+		animation
+			1-19
+		steps
+			relative  5
+		mark
+			jaffar
+
+conjuring:
+	action                      Jaffar conjuring
+		conditions
+			none
+		next
+			exit jaffar
+		animation
+			20-38
+		steps
+			relative 0
+
+stars:
+	action                      Stars blinking
+		conditions
+			none
+		next
+			stars
+		animation
+			1
+			1
+			1
+			2
+			2
+			2
+		steps
+			relative 0
+		mark
+			stars
+