diff --git a/build.gradle b/build.gradle index ddde814c4a..3094edfff4 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ project(":core") { dependencies { - // compile fileTree(dir: '../core/lib', include: '*.jar') + compile fileTree(dir: '../core/lib', include: '*.jar') compile "com.badlogicgames.gdx:gdx:$gdxVersion" compile "com.badlogicgames.gdx:gdx-ai:1.8.1" } diff --git a/core/src/io/anuke/mindustry/Vars.java b/core/src/io/anuke/mindustry/Vars.java index 8f566e512e..5e389e64ce 100644 --- a/core/src/io/anuke/mindustry/Vars.java +++ b/core/src/io/anuke/mindustry/Vars.java @@ -76,6 +76,7 @@ public class Vars{ "[WHITE][YELLOW][[WASD][] to move, [YELLOW][[R][] to rotate blocks.", "Hold [YELLOW][[R-MOUSE][] to destroy blocks, click [YELLOW][[L-MOUSE][] to place them.", "[YELLOW][[L-MOUSE][] to shoot.", + "[yellow][[scrollwheel] to switch weapons.", "", "[GOLD]Every 20 seconds, a new wave will appear.", "Build turrets to defend the core.",