Skip to content

Commit

Permalink
Renamed data/levels/halloween/ to data/levels/halloween2014/
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Oct 27, 2014
1 parent eae46ed commit 67f6c3f
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
@@ -1,5 +1,5 @@
(supertux-text
(background "../../levels/halloween/images/intro.jpg")
(background "../../levels/halloween2014/images/intro.jpg")
(music "music/voc-dark.music")
(text "-Halloween Party!
Or maybe not?
Expand Down
File renamed without changes.
File renamed without changes.
@@ -1,5 +1,5 @@
(supertux-text
(background "../../levels/halloween/images/outro.jpg")
(background "../../levels/halloween2014/images/outro.jpg")
(music "music/chipdisko.ogg")
(text "-Time to Party!

Expand Down
File renamed without changes.
Expand Up @@ -284,7 +284,7 @@
(level
(name "intro.stl")
(extro-script " wait_for_screenswitch();
display_text_file( \"levels/halloween/intro.txt\" );")
display_text_file( \"levels/halloween2014/intro.txt\" );")
(auto-play #t)
(sprite "images/objects/invisible/invisible.sprite")
(x 9)
Expand All @@ -293,7 +293,7 @@
(level
(name "outro.stl")
(extro-script " wait_for_screenswitch();
display_text_file( \"levels/halloween/outro.txt\" );")
display_text_file( \"levels/halloween2014/outro.txt\" );")
(sprite "images/objects/invisible/invisible.sprite")
(x 32)
(y 11)
Expand Down

0 comments on commit 67f6c3f

Please sign in to comment.