[Editor] Apply the Entity/Character changes

This commit is contained in:
2022-08-22 23:40:02 +02:00
parent b8b51bf35d
commit f7fa76036b
18 changed files with 91 additions and 91 deletions

View File

@@ -35,7 +35,7 @@ public class DefaultCharacterSetManager implements CharacterSetManager {
throw new AppException("The character set asset with UID: [%s] does not exist", uid);
}
var source = configuration.projectFile("entsets", asset.getSource());
var source = configuration.projectFile("charsets", asset.getSource());
var texture = textureManager.loadTexture(source, asset.getRows(), asset.getColumns());
return Material.textured(texture);