]> git.rm.cloudns.org Git - xonotic/xonotic.wiki.git/commitdiff
Small changes
authorPlasmaSheep <plasmasheep@gmail.com>
Thu, 15 Jul 2010 18:24:00 +0000 (18:24 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
(Commit created by redmine exporter script from page "Framegroups" version 3)

Framegroups.textile

index 004950625edb7b7cd2663531711760b74728fb79..35b4f7be1e4ad2c4d196c039b25c611abe8b434c 100644 (file)
@@ -8,7 +8,7 @@ h2. For modelers
 
 It is named <modelname.extension>.framegroups. So if you are editing Ignis, it would be called <code>ignis.iqm.framegroups</code>.
 
-Inside the file the playermodel's animations are defined one per line.
+Inside the file, the playermodel's animations are defined one per line.
 
 Syntax:
 <code>
@@ -21,7 +21,7 @@ Ex.
 </code>
 Defines a 100 frame death animation that start at frame 1, plays at 30 frames per second and does not loop.
 
-Animations must be in this order:
+Animations must be in this order (these are the values for animname):
 # <code>dieone</code>
 # <code>dietwo</code>
 # <code>draw</code> *