플레이어 데이터 수정 및 새로 뽑힌 asset 파일 추가
- 플레이어 디폴트 값 수정 - tower 값 수정 누락된것 추가 - asset 새로 뽑힌거 일단 추가
This commit is contained in:
@@ -17,7 +17,7 @@ MonoBehaviour:
|
|||||||
icon: {fileID: 0}
|
icon: {fileID: 0}
|
||||||
width: 3
|
width: 3
|
||||||
length: 3
|
length: 3
|
||||||
height: 4
|
height: 3
|
||||||
placementOffset: {x: 0, y: 0, z: 0}
|
placementOffset: {x: 0, y: 0, z: 0}
|
||||||
allowRotation: 1
|
allowRotation: 1
|
||||||
requiredWorkAmount: 10
|
requiredWorkAmount: 10
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ MonoBehaviour:
|
|||||||
prefab: {fileID: 3671057791414486316, guid: ae9a9b515e1792a45887f0d967b943d6, type: 3}
|
prefab: {fileID: 3671057791414486316, guid: ae9a9b515e1792a45887f0d967b943d6, type: 3}
|
||||||
icon: {fileID: 0}
|
icon: {fileID: 0}
|
||||||
width: 2
|
width: 2
|
||||||
length: 1
|
length: 2
|
||||||
height: 4
|
height: 1
|
||||||
placementOffset: {x: 0, y: 0, z: 0}
|
placementOffset: {x: 0, y: 0, z: 0}
|
||||||
allowRotation: 1
|
allowRotation: 1
|
||||||
requiredWorkAmount: 5
|
requiredWorkAmount: 5
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
id,memo,move_speed,vision_radius,capacity,manpower,max_hp,atk_range,atk_damage,atk_interval_sec,prefab_path
|
id,memo,move_speed,vision_radius,capacity,manpower,max_hp,atk_range,atk_damage,atk_interval_sec,prefab_path
|
||||||
1,,10,20,100,10,100,6,200,1,Assets/Prefabs/Player/Player
|
1,,5,10,50,10,100,3,100,1,Assets/Prefabs/Player/Player
|
||||||
|
|||||||
|
Reference in New Issue
Block a user