diff options
Diffstat (limited to 'light-client/src/render/mod.rs')
-rw-r--r-- | light-client/src/render/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/light-client/src/render/mod.rs b/light-client/src/render/mod.rs index fbf3d7a5..d5fba315 100644 --- a/light-client/src/render/mod.rs +++ b/light-client/src/render/mod.rs @@ -151,7 +151,7 @@ impl MiscTextures { player: Sprite::new( *renderer.metadata().get("player+a").unwrap(), Vec2::Y * 0.3, - 0., + 0.5 + 0.3, ), } } |