Added weapon switch tutorial text

This commit is contained in:
Anuken 2017-05-09 22:13:49 -04:00
parent 73d5dbdd34
commit 8cc44b5c8c
2 changed files with 2 additions and 1 deletions

View File

@ -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"
}

View File

@ -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.",