About
⟪Rolling Sky Editor⟫ is an app that I made myself. It does not support ⟪Rolling Sky⟫, nor does it edit any files. It is merely a game that looks like Rolling Sky, and has the ability to make custom levels.
I. Settings
You can toggle on/off shadows.
II. Editor
The level is written with plain text. Here are the codes:
Name | Code | Function | Harmful |
---|---|---|---|
Air | 0 |
Nothing | |
- |
Shorthand for writing 0,0,0,0,0 |
||
(Separator) | , |
Separates code (new block) | |
| |
Separates code (same block) | ||
*| |
Separates code (2nd floor) | ||
Floor | 1 |
Floor | |
1u |
Floor that falls from above (1st floor) | ||
1un |
Floor that falls down | ||
1d |
Floor that rises from below (1st floor) | ||
1dn |
Floor that rises up (2nd floor) | 1st floor 2nd floor |
|
Jump Pad | 2 |
Jump pad | |
2s |
Short jump pad | ||
2f |
The blue flying thing | ||
Glass | 3 |
Glass | |
Teleporter | 4 |
Teleporter entrance on 1st floor (to 2nd floor) | |
*|4 |
Teleporter entrance on 2nd floor (to 1st floor) | ||
4# |
Teleporter entrance on 1st floor (to 1st floor) | ||
Flipping Floor | f0 |
Stays in same position | |
f1 |
Goes right 1 block | ||
f2 |
Goes right 2 blocks | ||
f-1 |
Goes left 1 block | ||
f-2 |
Goes left 2 blocks | ||
You can append x after f to make it go x blocks |
|||
Mover | m0 |
Goes foward | |
m90 |
Goes right | ||
m180 |
Goes back | ||
m-90 |
Goes left | ||
You can append x degrees after m to make it go that direction |
|||
Door | du |
Door that opens | Go through Jump over |
dd |
Door that closes | Go through Jump over |
|
Obstacle | b |
Obstacle that takes up one space both horizontally and vertically | Go through Jump over |
bt |
Slightly taller obstacle that takes up one space both horizontally and vertically | Go through Jump over |
|
bs |
Even taller obstacle that takes up one space horizontally and two spaces vertically | Go through Jump over |
|
bu |
Obstacle that takes up one space both horizontally and vertically and rises up | Go through Jump over |
|
bd |
Obstacle that takes up one space both horizontally and vertically and falls down | Go through Jump over |
|
hl |
Obstacle that takes up two spaces horizontally and rotates from right to left | ||
hr |
Obstacle that takes up two spaces horizontally and rotates from left to right | ||
hll |
Obstacle that takes up three spaces horizontally and rotates from right to left | ||
hlr |
Obstacle that takes up three spaces horizontally and rotates from left to right | ||
Laser | l |
Laser | |
lt |
Taller laser | ||
Theme Trigger | tb |
Changes the theme to black | |
tw |
Changes the theme to blue | ||
tg |
Changes the theme to green |
Example
0,0,2,0,0
-
-
-
0,1,3,1,0
0,1,3,1,0
0,1,3,1,0
0,1,3,1,0
0,1,3,1,0
0,1,3,1,0
0,1,3,1,0
0,1,3,1,0
0,1,3,1,0
0,1,3,1,0
0,1,3,1,0
0,2,2,2,0
-
-
-
0,2,4,2,0
-
-
-
0,1,*|2,1,0
0,1,1|b,1,0
0,1,1|b,1,0
0,m0,2,m0,0
*|2,0,1u,0,0
1u|b,0,f0,0,1u|b
f1,f1,0,f-1,f-1
f1,0,0,0,f-1
f1,0,*|4|dia,0,f-1
2,0,0,0,2
-
-
0,1|b,0,1|b,0
0,1,1,1,0
0,1,1|du,1,0
0,1,2,1,0
0,0,m0,0,0
-
0,0,1|2f,0,0
0,f-1,0,f1,0
0,f-1,0,f1,0
2,0,0,0,2
-
1u|bs,1u|bs,1u|b,1u|bs,1u|bs
-
2,0,2,0,2
0,2,0,2,0
2,0,2,0,2
-
0,0,4#,0,0
m0,0,0,0,m0
-
m90,0,f0,0,m-90
0,1|b,1|dia,1|b,0
0,1,1,1,0
0,2,2,2,0
-
0,1,0,1,0
-
0,0,4#,0,0
-
m0,0,0,0,m0
0,m0,0,m0,0
0,0,m0,0,0
-
0,f1,0,f-1,0
0,0,2s,0,0
-
4,0,0,0,4
-
-
0,0,f1|f-1,0
0,f0,*|2,f0,0
0,f0,0,f0,0
0,m0,0,m0,0
III. Trivia
I actually spent a decent amount of time making the animations of the obstacles.