This commit is contained in:
Anuken
2020-11-13 14:14:29 -05:00
parent 648150df65
commit ad620971d9
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ allprojects{
if(!project.hasProperty("versionType")) versionType = 'official' if(!project.hasProperty("versionType")) versionType = 'official'
appName = 'Mindustry' appName = 'Mindustry'
steamworksVersion = '891ed912791e01fe9ee6237a6497e5212b85c256' steamworksVersion = '891ed912791e01fe9ee6237a6497e5212b85c256'
rhinoVersion = '2c3ad8c29560f695ad147a8e8cf5ed9f0ae834b3' rhinoVersion = '2617981f706e50b8753155d8e15e326308be3b22'
loadVersionProps = { loadVersionProps = {
return new Properties().with{p -> p.load(file('../core/assets/version.properties').newReader()); return p } return new Properties().with{p -> p.load(file('../core/assets/version.properties').newReader()); return p }

View File

@@ -23,7 +23,7 @@ import static mindustry.Vars.*;
public class BaseGenerator{ public class BaseGenerator{
private static final Vec2 axis = new Vec2(), rotator = new Vec2(); private static final Vec2 axis = new Vec2(), rotator = new Vec2();
private static final int range = 180; private static final int range = 160;
private Tiles tiles; private Tiles tiles;
private Team team; private Team team;