Version update
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#Autogenerated file. Do not modify.
|
#Autogenerated file. Do not modify.
|
||||||
#Sat Feb 17 13:20:56 EST 2018
|
#Sat Feb 17 13:59:09 EST 2018
|
||||||
version=beta
|
version=beta
|
||||||
androidBuildCode=234
|
androidBuildCode=235
|
||||||
name=Mindustry
|
name=Mindustry
|
||||||
code=3.3
|
code=3.3
|
||||||
build=custom build
|
build=23
|
||||||
|
|||||||
@@ -127,7 +127,6 @@ public class Renderer extends RendererModule{
|
|||||||
limitCamera(4f, player.x, player.y);
|
limitCamera(4f, player.x, player.y);
|
||||||
|
|
||||||
float prex = camera.position.x, prey = camera.position.y;
|
float prex = camera.position.x, prey = camera.position.y;
|
||||||
|
|
||||||
updateShake(0.75f);
|
updateShake(0.75f);
|
||||||
float prevx = camera.position.x, prevy = camera.position.y;
|
float prevx = camera.position.x, prevy = camera.position.y;
|
||||||
clampCamera(-tilesize / 2f, -tilesize / 2f + 1, world.width() * tilesize - tilesize / 2f, world.height() * tilesize - tilesize / 2f);
|
clampCamera(-tilesize / 2f, -tilesize / 2f + 1, world.width() * tilesize - tilesize / 2f, world.height() * tilesize - tilesize / 2f);
|
||||||
|
|||||||
Reference in New Issue
Block a user