We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3bb0d commit 8474c3dCopy full SHA for 8474c3d
include/CommonLib/GameConstants.hpp
@@ -31,7 +31,7 @@ namespace tsom::Constants
31
32
// Player constants
33
constexpr std::size_t PlayerMaxNicknameLength = 16;
34
- constexpr float PlayerColliderRadius = 0.3f;
+ constexpr float PlayerColliderRadius = 0.2f;
35
constexpr float PlayerColliderHeight = 1.85f;
36
constexpr float PlayerEyesHeight = 1.75f;
37
constexpr float PlayerFlySpeed = 20.f;
src/CommonLib/BlockLibrary.cpp
@@ -109,7 +109,7 @@ namespace tsom
109
.layerName = "water",
110
.basePath = "blocks/water",
111
.isDoubleSided = true,
112
- .isSmooth = false,
+ .isSmooth = true,
113
.isTransparent = true,
114
});
115
}
0 commit comments