X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=fishladder_resources.h;fp=fishladder_resources.h;h=82efc47100aee05fcf6954141cd26c17cd6816dc;hb=d15415d2cd176f0bc8e4cb794c013c61b0f8d62f;hp=f0371c1eb78dd368d7e77e9fb2f10804f5144892;hpb=9202d01e1b9663086af1deaaf7ae81f60c6eb757;p=fishladder.git diff --git a/fishladder_resources.h b/fishladder_resources.h index f0371c1..82efc47 100644 --- a/fishladder_resources.h +++ b/fishladder_resources.h @@ -463,6 +463,7 @@ SHADER_DEFINE( shader_background, "vec4 data_this_tile = texture( uTexMain, aTexCoords );" "ao_accum -= data_this_tile.r;" + "ao_accum *= uVisibility;" "vec3 colour_main = mix( vec3( 0.369768, 0.3654, 0.42 ), vec3( 0.275, 0.388, 0.553 ), data_this_tile.g * uVisibility );" @@ -927,6 +928,14 @@ static struct cmp_level cmp_levels_computer[] = .serial_id = 24, .title = "3 BIT ADDITION", .map_name = "cmp_add3b", + .description = "", + + ._unlock = 25 + }, + { + .serial_id = 25, + .title = "3x3 PLOT", + .map_name = "cmp_plot3x3", .description = "" } };