mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-11 19:37:47 +07:00
Increased base velocity to 1 m/s
This commit is contained in:
parent
f79baf0c4c
commit
4fc44bb8cd
@ -188,7 +188,7 @@ public class WallAggregatorTool extends ApplicationAdapter {
|
||||
Gdx.gl.glClear(GL20.GL_COLOR_BUFFER_BIT);
|
||||
|
||||
if (Gdx.input.isTouched()) {
|
||||
final float VELOCITY = 18;
|
||||
final float VELOCITY = 32;
|
||||
vec2a.set(camera.viewportWidth / 2, camera.viewportHeight / 2);
|
||||
vec2b.set(Gdx.input.getX(), Gdx.input.getY());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user