From ced3d03bdb3ce866d832e03fb212865140905a9a Mon Sep 17 00:00:00 2001 From: Thomas Leyh Date: Sun, 24 Jul 2016 08:14:18 +0200 Subject: Add project files. --- V3/CONTROLS.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 V3/CONTROLS.md (limited to 'V3/CONTROLS.md') diff --git a/V3/CONTROLS.md b/V3/CONTROLS.md new file mode 100644 index 0000000..335f298 --- /dev/null +++ b/V3/CONTROLS.md @@ -0,0 +1,37 @@ +Controls +======== + +Mouse +----- + +* Clicking left mouse button: Selecting the clicked unit when in range +* Holding down left mouse button: Drawing a rectangle for selecting several units inside +* Clicking right mouse button: Move selected units to mouse position + +Keyboard +-------- + +* ESC : Open menu and pause game +* C : Toggle camera between scrolling and centered mode +* 1 : Trigger meatball explosion +* 2 : Summon zombies from corpses (or from a graveyard if you have no more minions) +* 3 : Transform five zombies to a meatball +* 4 : Transform one zombie to a skeleton +* 5 : Transform three skeletons to a horse + +Techdemo +-------- + +When pressing a specific key once and klicking on the map you can create one unit. + +* F1 : Create zombie +* F2 : Create skeleton +* F3 : Create peasant +* F4 : Create knight + +Cheats +------ + +* F5 : "Hippie mode" +* F6 : Change necromancer gender +* F8 : Toggle Fog of War on/off \ No newline at end of file -- cgit v1.2.1