main
Cameron Murphy Reikes 2 years ago
parent 3a3614a9f2
commit 42711478e1

@ -2064,7 +2064,6 @@ void create_initial_world(GameState *gs)
}
#else
EntityID suns[] = {};
create_bomb_station(gs, (V2){-200.0f, 0.0f}, BoxExplosive);
create_hard_shell_station(gs, (V2){0.0f, 400.0f}, BoxGyroscope);
create_bomb_station(gs, (V2){0.0f, -150.0f}, BoxCloaking);

@ -57,6 +57,7 @@ void main() {
if(abs(hsv.r - green_hue) < 0.15) {
hsv.x = target_hue;
}
}
fragColor = vec4(hsv2rgb(hsv), outColor.a);
}
@end

Loading…
Cancel
Save