updating Nolok/dummy-guy image placeholder
authorStephen Groundwater <slacker@gluebox.com>
Sun, 1 May 2005 01:29:14 +0000 (01:29 +0000)
committerStephen Groundwater <slacker@gluebox.com>
Sun, 1 May 2005 01:29:14 +0000 (01:29 +0000)
SVN-Revision: 2374

data/images/shared/nolok/nolok_jump0.png [new file with mode: 0644]
data/images/shared/nolok/nolok_jump1.png [new file with mode: 0644]
data/images/shared/nolok/nolok_jump2.png [new file with mode: 0644]
data/images/shared/nolok/nolok_throw0.png [new file with mode: 0644]
data/images/shared/nolok/nolok_throw1.png [new file with mode: 0644]
data/images/shared/nolok/nolok_walk0.png [new file with mode: 0644]
data/images/shared/nolok/nolok_walk1.png [new file with mode: 0644]
data/images/shared/nolok/nolok_walk2.png [new file with mode: 0644]
data/images/shared/nolok/nolok_walk3.png [new file with mode: 0644]
data/images/shared/nolok/nolok_walk4.png [new file with mode: 0644]
data/images/supertux.strf

diff --git a/data/images/shared/nolok/nolok_jump0.png b/data/images/shared/nolok/nolok_jump0.png
new file mode 100644 (file)
index 0000000..0ab0784
Binary files /dev/null and b/data/images/shared/nolok/nolok_jump0.png differ
diff --git a/data/images/shared/nolok/nolok_jump1.png b/data/images/shared/nolok/nolok_jump1.png
new file mode 100644 (file)
index 0000000..3c4e248
Binary files /dev/null and b/data/images/shared/nolok/nolok_jump1.png differ
diff --git a/data/images/shared/nolok/nolok_jump2.png b/data/images/shared/nolok/nolok_jump2.png
new file mode 100644 (file)
index 0000000..a855268
Binary files /dev/null and b/data/images/shared/nolok/nolok_jump2.png differ
diff --git a/data/images/shared/nolok/nolok_throw0.png b/data/images/shared/nolok/nolok_throw0.png
new file mode 100644 (file)
index 0000000..25be270
Binary files /dev/null and b/data/images/shared/nolok/nolok_throw0.png differ
diff --git a/data/images/shared/nolok/nolok_throw1.png b/data/images/shared/nolok/nolok_throw1.png
new file mode 100644 (file)
index 0000000..8cf6cff
Binary files /dev/null and b/data/images/shared/nolok/nolok_throw1.png differ
diff --git a/data/images/shared/nolok/nolok_walk0.png b/data/images/shared/nolok/nolok_walk0.png
new file mode 100644 (file)
index 0000000..e927409
Binary files /dev/null and b/data/images/shared/nolok/nolok_walk0.png differ
diff --git a/data/images/shared/nolok/nolok_walk1.png b/data/images/shared/nolok/nolok_walk1.png
new file mode 100644 (file)
index 0000000..b1a944c
Binary files /dev/null and b/data/images/shared/nolok/nolok_walk1.png differ
diff --git a/data/images/shared/nolok/nolok_walk2.png b/data/images/shared/nolok/nolok_walk2.png
new file mode 100644 (file)
index 0000000..b46f5d7
Binary files /dev/null and b/data/images/shared/nolok/nolok_walk2.png differ
diff --git a/data/images/shared/nolok/nolok_walk3.png b/data/images/shared/nolok/nolok_walk3.png
new file mode 100644 (file)
index 0000000..1241a83
Binary files /dev/null and b/data/images/shared/nolok/nolok_walk3.png differ
diff --git a/data/images/shared/nolok/nolok_walk4.png b/data/images/shared/nolok/nolok_walk4.png
new file mode 100644 (file)
index 0000000..bd4b0c7
Binary files /dev/null and b/data/images/shared/nolok/nolok_walk4.png differ
index cd190ad..cdbf8a3 100644 (file)
    (sprite (name "dummyguy")
        (action
          (name "left")
+        (fps 6)
          (x-offset 0)
-         (y-offset 0)
-         (images "shared/dummyguy-walk-1.png"
-                 "shared/dummyguy-walk-2.png"))
+         (y-offset 40)
+         (images "shared/nolok/nolok_walk0.png"
+                "shared/nolok/nolok_walk1.png"
+                 "shared/nolok/nolok_walk2.png"
+                "shared/nolok/nolok_walk3.png"
+                "shared/nolok/nolok_walk4.png"))
 
        (action
          (name "right")
+        (fps 6)
          (x-offset 0)
-         (y-offset 0)
+         (y-offset 40)
          (mirror-action "left"))
          
        (action
          (name "stand")
          (x-offset 0)
-         (y-offset 0)
-         (images "shared/dummyguy-stand.png"))
+         (y-offset 40)
+         (images "shared/nolok/nolok_walk0.png"))
          
        (action
          (name "throw")
+        (fps 6)
          (x-offset 0)
-         (y-offset 0)
-         (images "shared/dummyguy-throw.png"))
+         (y-offset 40)
+         (images "shared/nolok/nolok_throw0.png"
+                "shared/nolok/nolok_throw1.png"))
 
        (action
          (name "jump")
          (x-offset 0)
-         (y-offset 0)
-         (images "shared/dummyguy-jump.png"))
+         (y-offset 40)
+         (images "shared/nolok/nolok_jump0.png"
+                "shared/nolok/nolok_jump1.png"
+                "shared/nolok/nolok_jump2.png"))
          
        (action
          (name "dead")