Files
AIC-Project/Client/Assets/Resources/Config/CharacterConfig.json
T
2026-07-10 10:24:29 +08:00

51 lines
1.1 KiB
JSON

{
"defaultCharacterId": "Assasin",
"spawnPosition": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"spawnEuler": {
"x": 0.0,
"y": 180.0,
"z": 0.0
},
"characters": [
{
"id": "Assasin",
"displayName": "Assasin",
"prefabPath": "Assets/Game/Art/Actor/Prefab/Assasin.prefab"
},
{
"id": "bls",
"displayName": "bls",
"prefabPath": "Assets/Game/Art/Actor/Prefab/bls.prefab"
},
{
"id": "boy",
"displayName": "boy",
"prefabPath": "Assets/Game/Art/Actor/Prefab/boy.prefab"
},
{
"id": "captain",
"displayName": "captain",
"prefabPath": "Assets/Game/Art/Actor/Prefab/captain.prefab"
},
{
"id": "habit",
"displayName": "habit",
"prefabPath": "Assets/Game/Art/Actor/Prefab/habit.prefab"
},
{
"id": "rhino",
"displayName": "rhino",
"prefabPath": "Assets/Game/Art/Actor/Prefab/rhino.prefab"
},
{
"id": "tiger",
"displayName": "tiger",
"prefabPath": "Assets/Game/Art/Actor/Prefab/tiger.prefab"
}
]
}