1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-17 14:44:08 +00:00

nilrider:: removed padding

This commit is contained in:
Zeno Rogue 2024-08-19 12:38:37 +02:00
parent 56abdca551
commit 7996dd4aba

View File

@ -380,24 +380,23 @@ level rotplane(
"Your unicycle is powered only by the gravity. Use that to your advantage!" "Your unicycle is powered only by the gravity. Use that to your advantage!"
, ,
-7.5*dft_block, 7.5*dft_block, 8.5*dft_block, -8.5*dft_block, -7.5*dft_block, 7.5*dft_block, 7.5*dft_block, -7.5*dft_block,
{ {
"ggggggggggggggg!", "ggggggggggggggg",
"ggggggfffgggggg!", "ggggggfffgggggg",
"ggggggfffgggggg!", "ggggggfffgggggg",
"gggg|ggggg|gggg!", "gggg|ggggg|gggg",
"ggg-*-----*-ggg!", "ggg-*-----*-ggg",
"gggg|ggggf|gggg!", "gggg|ggggf|gggg",
"ggGg|g+ggg|grgG!", "ggGg|g+ggg|grgG",
"gGgg|g|xgo|gggg!", "gGgg|g|xgo|gggg",
"ggGg|g|ggg|grgg!", "ggGg|g|ggg|grgg",
"gggg|g|ggg|gggg!", "gggg|g|ggg|gggg",
"gg--*-+---*--gg!", "gg--*-+---*--gg",
"gggg|ggggg|gggg!", "gggg|ggggg|gggg",
"gggggggGGgggggg!", "gggggggGGgggggg",
"ggggggggggggggg!", "ggggggggggggggg",
"ggggggggggggggg!", "ggggggggggggggg"
"!!!!!!!!!!!!!!!!"
}, },
6, 6, {}, 6, 6, {},
rot_plane, rot_plane,
@ -487,24 +486,23 @@ level geodesical4(
level heisenberg0( level heisenberg0(
"Heisenberg Zero", 'z', 0, "Heisenberg Zero", 'z', 0,
"This is the plane z=0 in the Heisenberg group model of Nil. The roads are x=0, y=0 axes.", "This is the plane z=0 in the Heisenberg group model of Nil. The roads are x=0, y=0 axes.",
-7.5*dft_block, 7.5*dft_block, 8.5*dft_block, -8.5*dft_block, -7.5*dft_block, 7.5*dft_block, 7.5*dft_block, -7.5*dft_block,
{ {
"ggggggg|ggggggg!", "ggggggg|ggggggg",
"grggggg|gggggrg!", "grggggg|gggggrg",
"gg*gggg|gggg*gg!", "gg*gggg|gggg*gg",
"gggffgg|ggggggg!", "gggffgg|ggggggg",
"gggffgg|ggfrggg!", "gggffgg|ggfrggg",
"ggggggg|gggggGg!", "ggggggg|gggggGg",
"ggggggg|ggggggg!", "ggggggg|ggggggg",
"-------+-------!", "-------+-------",
"ggggggg|ggggggg!", "ggggggg|ggggggg",
"gggGgog|ggggggg!", "gggGgog|ggggggg",
"ggggggg|ggrgrgg!", "ggggggg|ggrgrgg",
"gggGgGg|ggggggg!", "gggGgGg|ggggggg",
"gg*gggg|gggg*gg!", "gg*gggg|gggg*gg",
"grggggg|gggggrg!", "grggggg|gggggrg",
"ggggggg|ggggggg!", "ggggggg|ggggggg"
"!!!!!!!!!!!!!!!!"
}, },
8, 8, {}, 8, 8, {},
f_heisenberg0, f_heisenberg0,
@ -521,24 +519,23 @@ level rotwell(
"look below!\n\n" "look below!\n\n"
"Note: you can move the camera freely (using the arrow keys and PageUp/Down/Home/End) while the game is paused." "Note: you can move the camera freely (using the arrow keys and PageUp/Down/Home/End) while the game is paused."
, ,
-7.5*dft_block, 7.5*dft_block, 8.5*dft_block, -8.5*dft_block, -7.5*dft_block, 7.5*dft_block, 7.5*dft_block, -7.5*dft_block,
{ {
"ggggggggggggggg!", "ggggggggggggggg",
"gogggggggggggog!", "gogggggggggggog",
"ggggg--*--ggggg!", "ggggg--*--ggggg",
"gggg*ggggg*gggg!", "gggg*ggggg*gggg",
"ggg*ggGfGgg*ggg!", "ggg*ggGfGgg*ggg",
"gg|ggfgggfgg|gg!", "gg|ggfgggfgg|gg",
"gg|gGgggggGg|gg!", "gg|gGgggggGg|gg",
"gg*gfggxggfg*gg!", "gg*gfggxggfg*gg",
"gg|gGgggggGg|gg!", "gg|gGgggggGg|gg",
"gg|ggfgggfgg|gg!", "gg|ggfgggfgg|gg",
"ggg*ggGfGgg*ggg!", "ggg*ggGfGgg*ggg",
"gggg*ggggg*gggg!", "gggg*ggggg*gggg",
"ggggg--*--ggggg!", "ggggg--*--ggggg",
"gogggggggggggog!", "gogggggggggggog",
"ggggggggggggggg!", "ggggggggggggggg"
"!!!!!!!!!!!!!!!!"
}, },
8, 8, {}, 8, 8, {},
f_rot_well, f_rot_well,
@ -552,24 +549,23 @@ level labyrinth(
"Labyrinth", 'l', 0, "Labyrinth", 'l', 0,
"You will have to go clockwise this time!\n\n" "You will have to go clockwise this time!\n\n"
"The squares of this level have half of their usual length.", "The squares of this level have half of their usual length.",
-7.5*dft_block/2, 7.5*dft_block/2, 8.5*dft_block/2, -8.5*dft_block/2, -7.5*dft_block/2, 7.5*dft_block/2, 7.5*dft_block/2, -7.5*dft_block/2,
{ {
"ogggrfffffffffo!", "ogggrfffffffffo",
"g*ggrgggggggggg!", "g*ggrgggggggggg",
"ggggrgggggggggg!", "ggggrgggggggggg",
"ggggrgggggggggg!", "ggggrgggggggggg",
"ggggrgggrrggggg!", "ggggrgggrrggggg",
"ggggrgGGGrrgggg!", "ggggrgGGGrrgggg",
"ggggrGgggGrgggg!", "ggggrGgggGrgggg",
"ggggrGgxgGrgggg!", "ggggrGgxgGrgggg",
"ggggrGgggGrgggg!", "ggggrGgggGrgggg",
"ggggrrGGGrrgggg!", "ggggrrGGGrrgggg",
"gggggrrrrrggggg!", "gggggrrrrrggggg",
"ggggggggggggggg!", "ggggggggggggggg",
"ggggggggggggggg!", "ggggggggggggggg",
"ggggggggggggggg!", "ggggggggggggggg",
"offfffffffffffo!", "offfffffffffffo",
"!!!!!!!!!!!!!!!!"
}, },
8, 8, {}, 8, 8, {},
rot_plane, rot_plane,
@ -585,16 +581,13 @@ level labyrinth(
level obstacle( level obstacle(
"Obstacle Course", 'o', 0, "Obstacle Course", 'o', 0,
"The main street is horizontal, as well as the lines orthogonal to it.", "The main street is horizontal, as well as the lines orthogonal to it.",
0*dft_block, 2.5*dft_block, 64*dft_block, -5.5*dft_block, 0*dft_block, 2.5*dft_block, 64*dft_block, -2.5*dft_block,
{ {
"ggggggGrggGrgggggggggggggggggggggGrxgggggggggGrggggggggGrggggggo", "ggggggGrggGrgggggggggggggggggggggGrxgggggggggGrggggggggGrggggggo",
"ggggggGrggGrgggGrgggggGrgggggggggGrgggggggggggggGrgggggGrggggggo", "ggggggGrggGrgggGrgggggGrgggggggggGrgggggggggggggGrgggggGrggggggo",
"-----------r----r------r----r-----r--r---------r---------------*", "-----------r----r------r----r-----r--r---------r---------------*",
"ggggggGrgggggggGrgggggGrggggggggggggGrggggggGrgggggggggGrggggggo", "ggggggGrgggggggGrgggggGrggggggggggggGrggggggGrgggggggggGrggggggo",
"ggggggGrgggggggGrgggggggggggggggggggGrgggggggggGrggggggGrggggggo", "ggggggGrgggggggGrgggggggggggggggggggGrgggggggggGrggggggGrggggggo"
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",
}, },
0, 4, {}, 0, 4, {},
long_x, long_x,
@ -873,16 +866,13 @@ level cycloid_slalom(
"The main street is a brachistochrone. If you were not moving north/south, " "The main street is a brachistochrone. If you were not moving north/south, "
"it would be the fastest path to get to the goal. Is it still the case " "it would be the fastest path to get to the goal. Is it still the case "
"in these physics? Definitely not if you have to collect on the way!", "in these physics? Definitely not if you have to collect on the way!",
-0.5*dft_block, 2.5*dft_block, 63.5*dft_block, -5.5*dft_block, -0.5*dft_block, 2.5*dft_block, 63.5*dft_block, -2.5*dft_block,
{ {
"gggggggG*GggggrgggggG*GgggggrggggggG*GgggggrggggG*Rgggggrggggggo", "gggggggG*GggggrgggggG*GgggggrggggggG*GgggggrggggG*Rgggggrggggggo",
"gggggggGGGggggggggggGGGggggggggggggGGGggggggggggGGGggggggggggggo", "gggggggGGGggggggggggGGGggggggggggggGGGggggggggggGGGggggggggggggo",
"---------------------------------------------------------------*", "---------------------------------------------------------------*",
"gggggggggggggGGGgggggggggggGGGggggggggggggGGGggggggggggGGGgggggo", "gggggggggggggGGGgggggggggggGGGggggggggggggGGGggggggggggGGGgggggo",
"ggggggggrggggG*GgggggrgggggG*GggggggrgggggG*GggggrgggggG*Ggggggo", "ggggggggrggggG*GgggggrgggggG*GggggggrgggggG*GggggrgggggG*Ggggggo"
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",
}, },
0, 2, {}, 0, 2, {},
brachistochrone, brachistochrone,
@ -897,12 +887,11 @@ level multifloor(
"There are triangles on the floors below. I mean, DIRECTLY below.\n\nHopefully, you can abuse how straight lines work in this geometry to reach them!" "There are triangles on the floors below. I mean, DIRECTLY below.\n\nHopefully, you can abuse how straight lines work in this geometry to reach them!"
, ,
-1.5*dft_block, 1.5*dft_block, 2.5*dft_block, -2.5*dft_block, -1.5*dft_block, 1.5*dft_block, 1.5*dft_block, -1.5*dft_block,
{ {
"ggg!", "ggg",
"ggg!", "ggg",
"ggg!", "ggg"},
"!!!!"},
0, 1, {}, 0, 1, {},
rot_plane, rot_plane,
{ {