Update tiles to modern standards (#10436)

This commit is contained in:
metalgearsloth
2022-08-10 17:05:40 +10:00
committed by GitHub
parent dfec3a10a5
commit a549a85e81
80 changed files with 2627 additions and 2615 deletions

View File

@@ -80,7 +80,7 @@ public sealed partial class MappingSystem : EntitySystem
var tileIcon = contentTileDef.IsSpace
? _spaceIcon
: new SpriteSpecifier.Texture(new ResourcePath(tileDef.Path) / $"{tileDef.SpriteName}.png");
: new SpriteSpecifier.Texture(contentTileDef.Sprite!);
ev.Action = new InstantAction()
{