From 8cc44b5c8c282d88af5cc18d8bb5887187b70ce9 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 9 May 2017 22:13:49 -0400 Subject: [PATCH] Added weapon switch tutorial text --- build.gradle | 2 +- core/src/io/anuke/mindustry/Vars.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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.",