Level: melty platform tutorial
This commit is contained in:
parent
84ba344597
commit
eabc979fe9
1 changed files with 88 additions and 12 deletions
|
@ -147,7 +147,7 @@
|
||||||
"characters": [
|
"characters": [
|
||||||
{
|
{
|
||||||
"pos": [
|
"pos": [
|
||||||
-128.0,
|
-160.0,
|
||||||
-192.0
|
-192.0
|
||||||
],
|
],
|
||||||
"color": [
|
"color": [
|
||||||
|
@ -159,7 +159,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pos": [
|
"pos": [
|
||||||
128.0,
|
160.0,
|
||||||
-192.0
|
-192.0
|
||||||
],
|
],
|
||||||
"color": [
|
"color": [
|
||||||
|
@ -219,6 +219,14 @@
|
||||||
0.0
|
0.0
|
||||||
],
|
],
|
||||||
"font_size": 32.0,
|
"font_size": 32.0,
|
||||||
|
"text": "This filter absorbs light."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pos": [
|
||||||
|
0.0,
|
||||||
|
-64.0
|
||||||
|
],
|
||||||
|
"font_size": 32.0,
|
||||||
"text": "Press R to reset."
|
"text": "Press R to reset."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -297,6 +305,83 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"comment": "Melting platform tutorial",
|
||||||
|
"characters": [
|
||||||
|
{
|
||||||
|
"pos": [
|
||||||
|
-304.0,
|
||||||
|
-208.0
|
||||||
|
],
|
||||||
|
"color": [
|
||||||
|
0.7,
|
||||||
|
0.7,
|
||||||
|
0.7,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pos": [
|
||||||
|
304.0,
|
||||||
|
-208.0
|
||||||
|
],
|
||||||
|
"color": [
|
||||||
|
0.3,
|
||||||
|
0.3,
|
||||||
|
0.3,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"platforms": [
|
||||||
|
{
|
||||||
|
"pos": [
|
||||||
|
-304.0,
|
||||||
|
-256.0
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
192.0,
|
||||||
|
16.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pos": [
|
||||||
|
304.0,
|
||||||
|
-256.0
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
192.0,
|
||||||
|
16.0
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"absorbing_filters": [],
|
||||||
|
"rotating_filters": [],
|
||||||
|
"melty_platforms": [
|
||||||
|
{
|
||||||
|
"pos": [
|
||||||
|
0.0,
|
||||||
|
-256.0
|
||||||
|
],
|
||||||
|
"color": [
|
||||||
|
0.5,
|
||||||
|
0.5,
|
||||||
|
0.5,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"texts": [
|
||||||
|
{
|
||||||
|
"pos": [
|
||||||
|
0.0,
|
||||||
|
-64.0
|
||||||
|
],
|
||||||
|
"font_size": 32.0,
|
||||||
|
"text": "Too much light\ncause some platforms to melt."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"comment": "First puzzle",
|
"comment": "First puzzle",
|
||||||
"characters": [
|
"characters": [
|
||||||
|
@ -564,16 +649,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"texts": [
|
"texts": []
|
||||||
{
|
|
||||||
"pos": [
|
|
||||||
0.0,
|
|
||||||
-64.0
|
|
||||||
],
|
|
||||||
"font_size": 32.0,
|
|
||||||
"text": "Too much light\ncan cause some platforms to melt."
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"comment": "Game over",
|
"comment": "Game over",
|
||||||
|
|
Loading…
Reference in a new issue