Skip to content

Commit 4e90dde

Browse files
committed
.
1 parent 707a972 commit 4e90dde

23 files changed

Lines changed: 2 additions & 2 deletions

examples/liquidfun_WaveMachine_LiquidFx/liquidfun_WaveMachine_LiquidFx.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ public void initScene() {
251251
{
252252
ParticleGroupDef pd = new ParticleGroupDef();
253253
pd.flags = ParticleType.b2_waterParticle | ParticleType.b2_viscousParticle;
254-
// pd.setColor(new Color3f(1, 0.15f, 0.05f));
255-
pd.setColor(new Color3f(0.05f, 0.15f, 1));
254+
// pd.setColor(new Color3f(1, 0.10f, 0.01f));
255+
// pd.setColor(new Color3f(0.05f, 0.15f, 1));
256256
pd.setColor(new Color3f(0.15f, 1, 0.05f));
257257
PolygonShape shape = new PolygonShape();
258258
shape.setAsBox(17.0f, 9.0f, new Vec2(0.0f, 0.0f), 0.0f);
181 KB
Loading
309 KB
Loading
303 KB
Loading
554 KB
Loading
403 KB
Loading
243 KB
Loading
401 KB
Loading
248 KB
Loading
1020 KB
Loading

0 commit comments

Comments
 (0)