Skip to content

Commit

Permalink
Added experimental Halloween tiles and backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Oct 1, 2014
1 parent e4f094f commit a52595a
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 1 deletion.
Binary file added data/images/background/halloween_moon.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/background/halloween_mountain.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 37 additions & 1 deletion data/images/tiles.strf
Expand Up @@ -4057,5 +4057,41 @@
(image "tiles/background/rope.png")
)

;; next-id: 3068

(tiles
(width 4)(height 5)
(ids
3068 3069 3070 3071
3072 3073 3074 3075
3076 3077 3078 3079
3080 3081 3082 3083
3084 3085 3086 3087
)
(attributes
0 0 0 0
0 1 1 0
0 1 1 0
0 1 1 0
0 0 0 0
)
(image "tiles/halloween/base.png")
)


(tiles
(width 2)(height 3)
(ids
3088 3089
3090 3091
3092 3093
)
(attributes
0 0
0 0
1 1
)
(image "tiles/halloween/inner.png")
)

;; next-id: 3094
)
Binary file added data/images/tiles/halloween/base.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/tiles/halloween/inner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a52595a

Please sign in to comment.