]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Adds the new theme post!
authorBen Beltran <redacted>
Fri, 25 Apr 2014 04:37:51 +0000 (23:37 -0500)
committerBen Beltran <redacted>
Fri, 25 Apr 2014 04:37:51 +0000 (23:37 -0500)
jekyll/_posts/2014-04-25-a-theme-for-cows-with-two-examples.md [new file with mode: 0644]
jekyll/css/application.css
jekyll/img/headers/a-theme-for-cows.png [new file with mode: 0644]

diff --git a/jekyll/_posts/2014-04-25-a-theme-for-cows-with-two-examples.md b/jekyll/_posts/2014-04-25-a-theme-for-cows-with-two-examples.md
new file mode 100644 (file)
index 0000000..58fd17c
--- /dev/null
@@ -0,0 +1,33 @@
+---
+layout: post
+title: "A theme for cows, with two examples!"
+tags: english music cows
+color: orange
+header_image: a-theme-for-cows.png
+description: "After the game design update, here's a little extra, but
+this one's from the music department. A sample of the theme of cows
+being used in to very different situations"
+---
+
+<p><iframe width="100%" height="450" scrolling="no" frameborder="no"
+src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/146359282&amp;auto_play=false&amp;hide_related=false&amp;visual=true"></iframe></p>
+
+I've been wanting to create a theme for cows to use anywhere in the game
+to give familiarity to the music, or contrast against another anti-theme
+to create musical cues for the player to indicate danger, tension or
+their opposites in the current situation.
+
+While trying to come up with something fun to play, I landed on a chord
+progression that had a great calm sound; I wasn't specifically looking
+to do something for the game, but it just seemed like a good place to
+try and fit the music from the opening screen. At the top of the post
+are two samples of the melody used in the bovine fanfare and the cow
+town theme, they're both very much a work in progress, but illustrate
+very well the concept of using the same series in different situations,
+like in Super Mario World. Also, I guess that's cow's theme.
+
+We'll have to come up with a good counter for this one; her theme is
+western themed so the other one should reflect more the
+*turn-everyone-into-cows* kind of genius of Dr Bov, the game's main
+antagonist. I'll update when anything new happens; I hope you like it;
+feedback much appreciated.
index ab7e0423e2894e8c843a010c9deb903211a336c9..d8fb2df0f9be9a5c4fe398d8661d4a096e1c3d02 100644 (file)
@@ -138,6 +138,10 @@ nav ul li a:focus {
   font-weight: 400;
 }
 
   font-weight: 400;
 }
 
+.postcontent iframe{
+  display: block;
+}
+
 .go-to-top {color:#99a3a4; margin: 1.538em 3.077em; display: block}
 
 .main-container section,
 .go-to-top {color:#99a3a4; margin: 1.538em 3.077em; display: block}
 
 .main-container section,
diff --git a/jekyll/img/headers/a-theme-for-cows.png b/jekyll/img/headers/a-theme-for-cows.png
new file mode 100644 (file)
index 0000000..709dfcc
Binary files /dev/null and b/jekyll/img/headers/a-theme-for-cows.png differ