[Editor] Rename "Character Set" to "Entity Set"

This commit is contained in:
2021-03-01 23:37:04 +01:00
parent 5531cc2c66
commit ee3ce79e9f
16 changed files with 92 additions and 93 deletions

View File

@@ -9,7 +9,7 @@ message Project {
repeated GameMapAsset maps = 3;
repeated TileSetAsset tileSets = 4;
repeated ImageAsset images = 5;
repeated CharacterSetAsset characterSets = 6;
repeated EntitySetAsset entitySets = 6;
}
message GameMapAsset {
@@ -32,7 +32,7 @@ message ImageAsset {
required string name = 3;
}
message CharacterSetAsset {
message EntitySetAsset {
required string uid = 1;
required string source = 2;
required string name = 3;