Skip to content

Commit

Permalink
my stage
Browse files Browse the repository at this point in the history
  • Loading branch information
lfzawacki committed Dec 17, 2010
1 parent 674c721 commit a37ea4a
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 0 deletions.
135 changes: 135 additions & 0 deletions stage/stage2-map.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
"1" : {

"map" :

[

[
".................",
".................",
".................",
".................",
".................",
".................",
".................",
".................",
".................",
".................",
"................."
] ,

[
"ooooooooooooooooo",
"o o o o",
"o o o o",
"o obbbo o",
"ooo o",
" oo ",
" o ",
"ooo o o",
"o oooo o",
"ot o",
"ooooooooooooooooo"
] ,

"items": [
{"name": "key" , "pos": [1,11]}
],

"enemies": [
{"name": "EvilJackson" , "pos": [6,2] }
]

},

"2" : {

"map" :

[

[
".................",
".................",
".................",
".................",
".................",
".................",
".................",
".................",
".................",
".................",
"................."
] ,

[
"oooo ooooooooooo",
"o o",
"o o",
"o bb oo",
"o o",
"o o",
"o t t o",
"o ",
"o t t ",
"o t t o",
"ooooooooooooooooo"
] ,

"enemies" : [],

"itens" : [],

"doors": [
{"model": "rock", "openWith": "switches", "permanent": false, "pos": [0,5], "switches": ["b1", "b2", "b3"] },
{"model": "rock", "openWith": "switches", "permanent": false, "pos": [0,6], "switches": ["b1", "b2", "b3"] }
],

"switches": [
{"name": "button1", "pos": [3, 14]},
{"name": "button2", "pos": [9 , 5]}
]

},

"2" : {

"map" :

[

[
".................",
".................",
".................",
".................",
".................",
".................",
".................",
".................",
".................",
".................",
"................."
] ,

[
"ooooooo ooooooo",
"o o o o",
"o o o o",
"o oo oo o",
"o o bbo",
"o o o",
"o o o",
"o o o",
"o o",
"o o",
"ooooooo ooooooo"
] ,

"enemies" : [ {"name": "EvilJackson" , "pos": [6,2] },
{"name": "EvilJackson" , "pos": [7,5] }
],

"itens" : []
}

20 changes: 20 additions & 0 deletions stage/stage2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"stage-map": "stage2-map.txt",

"name" : "presentation",

"start": "1",

"rooms":
{

} ,

"lights" : [ {"type" : "point" , "color" : [1,1,1,1] , "pos" : [0,-1,0] },
{"type" : "not_used", "color" : [1,1,1,1] , "hpr" : [0,-60,0] },
{"type" : "not_used" , "color" : [0.1,0.1,0.5,1] }
] ,

"music" : "cool_and_calm"
}

0 comments on commit a37ea4a

Please sign in to comment.