mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 02:21:24 +01:00
added topography
This commit is contained in:
parent
21df872ca2
commit
2c3692f000
5 changed files with 151 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ function handleKeyup(event) {
|
|||
else if (key === "%") toggleAddMarker();
|
||||
else if (code === "KeyX") toggleTexture();
|
||||
else if (code === "KeyH") toggleHeight();
|
||||
else if (code === "KeyQ") toggleTopography();
|
||||
else if (code === "KeyB") toggleBiomes();
|
||||
else if (code === "KeyE") toggleCells();
|
||||
else if (code === "KeyG") toggleGrid();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue