From: Ingo Ruhnke Date: Wed, 8 Oct 2014 14:28:25 +0000 (+0200) Subject: Added torch graphics X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=1a032b5987b96f8e8d098874758faf10fa1f05f8;p=supertux.git Added torch graphics --- diff --git a/data/images/objects/torch/flame.sprite b/data/images/objects/torch/flame.sprite new file mode 100644 index 000000000..d46033f87 --- /dev/null +++ b/data/images/objects/torch/flame.sprite @@ -0,0 +1,12 @@ +(supertux-sprite + (action + (name "default") + (fps 16) + (hitbox 14 128 0 0) + (images "flame1.png" + "flame2.png" + "flame3.png" + "flame4.png" + ) + ) +) diff --git a/data/images/objects/torch/flame1.png b/data/images/objects/torch/flame1.png new file mode 100644 index 000000000..03ac803e5 Binary files /dev/null and b/data/images/objects/torch/flame1.png differ diff --git a/data/images/objects/torch/flame2.png b/data/images/objects/torch/flame2.png new file mode 100644 index 000000000..be81bcdae Binary files /dev/null and b/data/images/objects/torch/flame2.png differ diff --git a/data/images/objects/torch/flame3.png b/data/images/objects/torch/flame3.png new file mode 100644 index 000000000..897b44e1f Binary files /dev/null and b/data/images/objects/torch/flame3.png differ diff --git a/data/images/objects/torch/flame4.png b/data/images/objects/torch/flame4.png new file mode 100644 index 000000000..bb8e54988 Binary files /dev/null and b/data/images/objects/torch/flame4.png differ diff --git a/data/images/objects/torch/flame_glow.sprite b/data/images/objects/torch/flame_glow.sprite new file mode 100644 index 000000000..00352d7ff --- /dev/null +++ b/data/images/objects/torch/flame_glow.sprite @@ -0,0 +1,12 @@ +(supertux-sprite + (action + (name "default") + (fps 16) + (hitbox 14 128 0 0) + (images "flame_glow1.png" + "flame_glow2.png" + "flame_glow3.png" + "flame_glow4.png" + ) + ) +) diff --git a/data/images/objects/torch/flame_glow1.png b/data/images/objects/torch/flame_glow1.png new file mode 100644 index 000000000..c1d43da59 Binary files /dev/null and b/data/images/objects/torch/flame_glow1.png differ diff --git a/data/images/objects/torch/flame_glow2.png b/data/images/objects/torch/flame_glow2.png new file mode 100644 index 000000000..9fc4b289c Binary files /dev/null and b/data/images/objects/torch/flame_glow2.png differ diff --git a/data/images/objects/torch/flame_glow3.png b/data/images/objects/torch/flame_glow3.png new file mode 100644 index 000000000..556c3c0db Binary files /dev/null and b/data/images/objects/torch/flame_glow3.png differ diff --git a/data/images/objects/torch/flame_glow4.png b/data/images/objects/torch/flame_glow4.png new file mode 100644 index 000000000..ce6ada044 Binary files /dev/null and b/data/images/objects/torch/flame_glow4.png differ diff --git a/data/images/objects/torch/flame_light.png b/data/images/objects/torch/flame_light.png new file mode 100644 index 000000000..50b50ad78 Binary files /dev/null and b/data/images/objects/torch/flame_light.png differ diff --git a/data/images/objects/torch/flame_light.sprite b/data/images/objects/torch/flame_light.sprite new file mode 100644 index 000000000..eb39dc1c7 --- /dev/null +++ b/data/images/objects/torch/flame_light.sprite @@ -0,0 +1,7 @@ +(supertux-sprite + (action + (name "default") + (hitbox 384 384 0 0) + (images "flame_light.png") + ) +) diff --git a/data/images/objects/torch/torch1.png b/data/images/objects/torch/torch1.png new file mode 100644 index 000000000..590e71acd Binary files /dev/null and b/data/images/objects/torch/torch1.png differ diff --git a/data/images/objects/torch/torch1.sprite b/data/images/objects/torch/torch1.sprite new file mode 100644 index 000000000..6f41ab022 --- /dev/null +++ b/data/images/objects/torch/torch1.sprite @@ -0,0 +1,7 @@ +(supertux-sprite + (action + (name "default") + (hitbox 16 100 0 0) + (images "torch1.png") + ) +) diff --git a/data/images/objects/torch/torch2.png b/data/images/objects/torch/torch2.png new file mode 100644 index 000000000..d994732cc Binary files /dev/null and b/data/images/objects/torch/torch2.png differ diff --git a/data/images/objects/torch/torch2.sprite b/data/images/objects/torch/torch2.sprite new file mode 100644 index 000000000..c6a17e9ac --- /dev/null +++ b/data/images/objects/torch/torch2.sprite @@ -0,0 +1,7 @@ +(supertux-sprite + (action + (name "default") + (hitbox 16 100 0 0) + (images "torch2.png") + ) +) diff --git a/data/images/objects/torch/torch3.png b/data/images/objects/torch/torch3.png new file mode 100644 index 000000000..066eaa8ee Binary files /dev/null and b/data/images/objects/torch/torch3.png differ diff --git a/data/images/objects/torch/torch3.sprite b/data/images/objects/torch/torch3.sprite new file mode 100644 index 000000000..48708091f --- /dev/null +++ b/data/images/objects/torch/torch3.sprite @@ -0,0 +1,7 @@ +(supertux-sprite + (action + (name "default") + (hitbox 16 100 0 0) + (images "torch3.png") + ) +)