Merge remote-tracking branch 'WD-core/master' into upstream-core

This commit is contained in:
BIGZi0348
2024-12-29 23:53:57 +03:00
4 changed files with 40 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ public sealed class HellSystem : EntitySystem
if (sprite.LayerMapTryGet(HellKey.Key, out _))
return;
var adj = sprite.Bounds.Height / 2 + 1.0f/32 * 6.0f;
var adj = sprite.Bounds.Height / 2 + 1.0f / 32 * 6.0f;
var layer = sprite.AddLayer(new SpriteSpecifier.Rsi(new ResPath(Rsi), "animated"));