aboutsummaryrefslogtreecommitdiff
path: root/light-client/src/render/mod.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-16 18:45:31 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-16 18:45:31 +0200
commit41aa862bd6753e9aedbf052a1299735ea1a63c48 (patch)
tree3f392f694146cacef0478cbe1046b40648b2250c /light-client/src/render/mod.rs
parent4064c56783bd78b96b0e79d5a7b15b1fb0d8edad (diff)
downloadhurrycurry-41aa862bd6753e9aedbf052a1299735ea1a63c48.tar
hurrycurry-41aa862bd6753e9aedbf052a1299735ea1a63c48.tar.bz2
hurrycurry-41aa862bd6753e9aedbf052a1299735ea1a63c48.tar.zst
correct z-order finally
Diffstat (limited to 'light-client/src/render/mod.rs')
-rw-r--r--light-client/src/render/mod.rs2
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,
),
}
}