X-Git-Url: https://harrygodden.com/git/?p=fishladder.git;a=blobdiff_plain;f=fishladder_resources.h;fp=fishladder_resources.h;h=90303019e2c7aa2e9a286b5f9e7ce7d555ba21ce;hp=a3a2a87bc08ce8ba3b180035e11d866a00d92661;hb=33a1521384fd26924a3bf9647ba7542148295642;hpb=a69a9e27e7de338a3116ed345ff2d9d19f084329 diff --git a/fishladder_resources.h b/fishladder_resources.h index a3a2a87..9030301 100644 --- a/fishladder_resources.h +++ b/fishladder_resources.h @@ -634,7 +634,15 @@ static struct cmp_level cmp_levels_tutorials[] = ._unlock = 18, .is_tutorial = 1 - } + }, + { + .serial_id = 25, + .title = "PRINCIPLE 7", + .map_name = "cmp_p7", + .description = "Emitters", + ._unlock = 26, + .is_tutorial = 1 + } }; static struct cmp_level cmp_levels_basic[] = @@ -757,7 +765,7 @@ static struct cmp_level cmp_levels_basic[] = .map_name = "cmp_xor", .description = "", - ._unlock = 13, + ._unlock = 25, .achievement = "GRADUATE" } }; @@ -807,7 +815,23 @@ static struct cmp_level cmp_levels_computer[] = .serial_id = 23, .title = "3 BIT BINARY", .map_name = "cmp_binary", - .description = "", + .description = "convert amount to binary", + .strings = + { + { + .placement = k_placement_bottom, + .str = +"\t\t\t\t\t\t\t\t\t\t\x83 \x84\n" +"\t\t\t\t\t\t\t\t\t\t\x83 \x84 Binary\n" +"\t\t\t\t\t\t\t\t\t\t\x83 4 2 1 \x84" + }, + { + .placement = k_placement_top, + .str = +"\n" +"\t\t\t\t\t\t\t\t\t\t\t Count" + } + }, ._unlock = 24 }, @@ -841,7 +865,18 @@ static struct cmp_level cmp_levels_computer[] = .serial_id = 25, .title = "3x3 PLOT", .map_name = "cmp_plot3x3", - .description = "" + .description = "2 bit x/y", + + .strings = + { + { + .placement = k_placement_top, + .str= +"\t\t\t\t\t\t\t\t\x8A 2 1 \x8B \x8A 2 1 \x8B\n" +"\t\t\t\t\t\t\t\t\x83 \x84 X Y \x83 \x84\n" +"\t\t\t\t\t\t\t\t\x83 \x84 \x83 \x84" + } + } } };