Skip to content

Commit

Permalink
Added torch graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Oct 8, 2014
1 parent a7d60c6 commit 1a032b5
Show file tree
Hide file tree
Showing 18 changed files with 52 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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"
)
)
)
Binary file added data/images/objects/torch/flame1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/objects/torch/flame2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/objects/torch/flame3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/objects/torch/flame4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions 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"
)
)
)
Binary file added data/images/objects/torch/flame_glow1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/objects/torch/flame_glow2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/objects/torch/flame_glow3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/objects/torch/flame_glow4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/objects/torch/flame_light.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions 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")
)
)
Binary file added data/images/objects/torch/torch1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions data/images/objects/torch/torch1.sprite
@@ -0,0 +1,7 @@
(supertux-sprite
(action
(name "default")
(hitbox 16 100 0 0)
(images "torch1.png")
)
)
Binary file added data/images/objects/torch/torch2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions data/images/objects/torch/torch2.sprite
@@ -0,0 +1,7 @@
(supertux-sprite
(action
(name "default")
(hitbox 16 100 0 0)
(images "torch2.png")
)
)
Binary file added data/images/objects/torch/torch3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions data/images/objects/torch/torch3.sprite
@@ -0,0 +1,7 @@
(supertux-sprite
(action
(name "default")
(hitbox 16 100 0 0)
(images "torch3.png")
)
)

0 comments on commit 1a032b5

Please sign in to comment.