Reorganizes Resources/Constructible (#4252)

This commit is contained in:
Swept
2021-07-15 18:30:50 +00:00
committed by GitHub
parent 0ae9bc088f
commit 5f9ba812ca
2782 changed files with 2550 additions and 2293 deletions

View File

@@ -16,7 +16,7 @@ namespace Content.Shared.Maps
[ViewVariables]
string IPrototype.ID => Name;
public string Path => "/Textures/Constructible/Tiles/";
public string Path => "/Textures/Tiles/";
[DataField("name", required: true)] public string Name { get; } = string.Empty;