Skip to content

Commit

Permalink
adding 'cloudy sin' now that we have explicit permission
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNisnevich committed Dec 25, 2013
1 parent 2d8d0f3 commit 99cb031
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
3 changes: 2 additions & 1 deletion levels/05_minesweeper.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#BEGIN_PROPERTIES#
{
"commandsIntroduced": ["map.setSquareColor"]
"commandsIntroduced": ["map.setSquareColor"],
"music": "intricate_cloudy_sin"
}
#END_PROPERTIES#
/******************
Expand Down
21 changes: 11 additions & 10 deletions levels/99_credits.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
#END_PROPERTIES#
function startLevel(map) {
var credits = [
[15, 2, "U N T R U S T E D"],
[20, 3, "- or -"],
[5, 4, "THE CONTINUING ADVENTURES OF DR. EVAL"],
[1, 6, "a game by Alex Nisnevich and Greg Shuflin"],
[1, 9, "/* MUSIC */"],
[1, 11, "The Green - Jonathan Holliday"],
[1, 12, "Game Scratch - Dmitry Mazin"],
[1, 13, "Y - Tortue Super Sonic"],
[1, 14, "Come and Find Me - Eric Skiff"],
[1, 15, "Searching - Eric Skiff"],
[15, 1, "U N T R U S T E D"],
[20, 2, "- or -"],
[5, 3, "THE CONTINUING ADVENTURES OF DR. EVAL"],
[1, 5, "a game by Alex Nisnevich and Greg Shuflin"],
[1, 8, "/* MUSIC */"],
[1, 10, "The Green - Jonathan Holliday"],
[1, 11, "Game Scratch - Dmitry Mazin"],
[1, 12, "Y - Tortue Super Sonic"],
[1, 13, "Come and Find Me - Eric Skiff"],
[1, 14, "Searching - Eric Skiff"],
[1, 15, "cloudy sin - intricate"],
[1, 16, "The Waves Call Her Name - Sycamore Drive"],
[1, 17, "Slimeball Vomit - Radio Scotvoid"],
[1, 18, "Beach Wedding Dance - Rolemusic"],
Expand Down
File renamed without changes.

0 comments on commit 99cb031

Please sign in to comment.