Update tiles to modern standards (#10436)
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user