Added weapon switch tutorial text
This commit is contained in:
@@ -59,7 +59,7 @@ project(":core") {
|
|||||||
|
|
||||||
|
|
||||||
dependencies {
|
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:$gdxVersion"
|
||||||
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
|
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -76,6 +76,7 @@ public class Vars{
|
|||||||
"[WHITE][YELLOW][[WASD][] to move, [YELLOW][[R][] to rotate blocks.",
|
"[WHITE][YELLOW][[WASD][] to move, [YELLOW][[R][] to rotate blocks.",
|
||||||
"Hold [YELLOW][[R-MOUSE][] to destroy blocks, click [YELLOW][[L-MOUSE][] to place them.",
|
"Hold [YELLOW][[R-MOUSE][] to destroy blocks, click [YELLOW][[L-MOUSE][] to place them.",
|
||||||
"[YELLOW][[L-MOUSE][] to shoot.",
|
"[YELLOW][[L-MOUSE][] to shoot.",
|
||||||
|
"[yellow][[scrollwheel] to switch weapons.",
|
||||||
"",
|
"",
|
||||||
"[GOLD]Every 20 seconds, a new wave will appear.",
|
"[GOLD]Every 20 seconds, a new wave will appear.",
|
||||||
"Build turrets to defend the core.",
|
"Build turrets to defend the core.",
|
||||||
|
|||||||
Reference in New Issue
Block a user