From: Stephen Groundwater Date: Sun, 1 May 2005 01:29:14 +0000 (+0000) Subject: updating Nolok/dummy-guy image placeholder X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a86c3ea2f60fd4f8da0133ea9e7b34adfb5af7e1;p=supertux.git updating Nolok/dummy-guy image placeholder SVN-Revision: 2374 --- diff --git a/data/images/shared/nolok/nolok_jump0.png b/data/images/shared/nolok/nolok_jump0.png new file mode 100644 index 000000000..0ab078458 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 index 000000000..3c4e24890 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 index 000000000..a85526829 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 index 000000000..25be27035 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 index 000000000..8cf6cff77 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 index 000000000..e92740919 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 index 000000000..b1a944ca6 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 index 000000000..b46f5d743 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 index 000000000..1241a8303 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 index 000000000..bd4b0c7f1 Binary files /dev/null and b/data/images/shared/nolok/nolok_walk4.png differ diff --git a/data/images/supertux.strf b/data/images/supertux.strf index cd190ad7f..cdbf8a358 100644 --- a/data/images/supertux.strf +++ b/data/images/supertux.strf @@ -1178,34 +1178,43 @@ (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")