Added shader on placement. Added sound on drag (block placement sound).

Added line.
Highlight currently selected in radial menu (with colors).
Fixed scaling of icons.
Refactored RenderHandler into 3 classes and SurvivalHelper.
Added classes and icons for diagonal line, diagonal wall, slope floor and cube.
This commit is contained in:
Christian Knaapen
2019-02-08 03:26:41 +01:00
parent 73c55578e7
commit 009f385054
40 changed files with 1440 additions and 975 deletions

View File

@@ -0,0 +1,11 @@
{
"build_click": {
"category": "block",
"subtitle": "effortlessbuilding.subtitle.build_click",
"sounds": [
{
"name": "effortlessbuilding:build_click"
}
]
}
}