Skip to content

Commit

Permalink
Attackable init 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-0012 committed Jul 29, 2022
1 parent 40b2542 commit 47887df
Show file tree
Hide file tree
Showing 3 changed files with 926 additions and 928 deletions.
80 changes: 77 additions & 3 deletions Project_Blind/Assets/Resources/Prefabs/Enemy/Bat Monster.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GameObject:
- component: {fileID: 139363022}
- component: {fileID: 139363023}
m_Layer: 3
m_Name: PlayerFinder
m_Name: Player Finder
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand Down Expand Up @@ -46,7 +46,7 @@ BoxCollider2D:
m_IsTrigger: 1
m_UsedByEffector: 0
m_UsedByComposite: 0
m_Offset: {x: 4.5, y: 1.5}
m_Offset: {x: 3.63, y: 1.45}
m_SpriteTilingProperty:
border: {x: 0, y: 0, z: 0, w: 0}
pivot: {x: 0, y: 0}
Expand All @@ -71,6 +71,77 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 92439199ff71eda49b58bdd1ea9dbb93, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!1 &1368621071
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1368621072}
- component: {fileID: 1368621073}
- component: {fileID: 1368621074}
m_Layer: 3
m_Name: Attack Range
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1368621072
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1368621071}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 551951293491680955}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!61 &1368621073
BoxCollider2D:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1368621071}
m_Enabled: 1
m_Density: 1
m_Material: {fileID: 0}
m_IsTrigger: 1
m_UsedByEffector: 0
m_UsedByComposite: 0
m_Offset: {x: 1, y: 0}
m_SpriteTilingProperty:
border: {x: 0, y: 0, z: 0, w: 0}
pivot: {x: 0, y: 0}
oldSize: {x: 0, y: 0}
newSize: {x: 0, y: 0}
adaptiveTilingThreshold: 0
drawMode: 0
adaptiveTiling: 0
m_AutoTiling: 0
serializedVersion: 2
m_Size: {x: 1.5, y: 2}
m_EdgeRadius: 0
--- !u!114 &1368621074
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1368621071}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 7e6de45c17ee7c8409cb9b923bcc2742, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!1 &551951293491680949
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -110,6 +181,7 @@ Transform:
m_Children:
- {fileID: 1679402497856284347}
- {fileID: 139363021}
- {fileID: 1368621072}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
Expand Down Expand Up @@ -236,7 +308,9 @@ MonoBehaviour:
_attackCoolTime: 0
_attackSpeed: 0
_attackRange: {x: 0, y: 0}
_MaxHP: 0
_maxHP: 0
_damage: 0
_stunTime: 0
WallLayer:
serializedVersion: 2
m_Bits: 128
Expand Down
Loading

0 comments on commit 47887df

Please sign in to comment.