We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2d65c commit 3fdd5d0Copy full SHA for 3fdd5d0
src/spaced/spaced/game/player.cpp
@@ -106,7 +106,7 @@ void Player::setup_foam() {
106
using Modifier = ParticleEmitter::Modifier;
107
foam_particles.config.quad_size = glm::vec2{20.0f};
108
foam_particles.config.velocity.linear.angle = {Degrees{80.0f}, Degrees{100.0f}};
109
- foam_particles.config.velocity.linear.speed = {-100.0f, -200.0f};
+ foam_particles.config.velocity.linear.speed = {-200.0f, -100.0f};
110
foam_particles.config.ttl = {1s, 2s};
111
foam_particles.config.lerp.tint.hi.channels.w = 0x0;
112
foam_particles.config.lerp.scale.hi = {};
0 commit comments