hexcraft
ARCHIVED - browser-based 3D hexagonal tile editor built with Three.js
git clone https://git.vogt.world/hexcraft.git
Log | Files | README.md | LICENSE
← Commit log
commit
message
Update README.md Making sections more readable.
author
date
2014-03-06 21:46:58
stats
1 file(s) changed, 6 insertions(+), 1 deletions(-)
files
README.md
 1diff --git a/README.md b/README.md
 2index 92786c7..c8b4abc 100644
 3--- a/README.md
 4+++ b/README.md
 5@@ -15,12 +15,17 @@ You can try it out at http://benjvogt.com/hex
 6 ###Camera Controls
 7 
 8 **Move:** W, A, S, D to move camera. R, F to move raise and lower.
 9+
10 **Rotate:** Use the up, down, left, right arrows to rotate camera.
11+
12 **Zoom:** Scroll to zoom in and out.
13 
14 ###Tools
15 
16 **Add Hexagon:** Click on the scene to add a hexagon in that location.
17+
18 **Remove Hexagon:** Click the negative hexagon button, and click on a hexagon to remove that hexagon from the scene.
19+
20 **Color:** Select the color for new hexagons.
21-**Save, Load, New:** Save, load, or create a new scene.
22\ No newline at end of file
23+
24+**Save, Load, New:** Save, load, or create a new scene.