moved stuff to a different entity script
This commit is contained in:
parent
f4344c4700
commit
a0bfc600ef
14 changed files with 497 additions and 189 deletions
|
|
@ -29,7 +29,8 @@ Transform:
|
|||
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||
m_LocalScale: {x: 0.2, y: 0.2, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
m_Children:
|
||||
- {fileID: 6298566175391005934}
|
||||
m_Father: {fileID: 1849759059644475718}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!212 &4897167667714073556
|
||||
|
|
@ -87,6 +88,37 @@ SpriteRenderer:
|
|||
m_WasSpriteAssigned: 1
|
||||
m_MaskInteraction: 0
|
||||
m_SpriteSortPoint: 0
|
||||
--- !u!1 &4860917236126221086
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 6298566175391005934}
|
||||
m_Layer: 7
|
||||
m_Name: AttackPoint
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &6298566175391005934
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 4860917236126221086}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
||||
m_LocalPosition: {x: 5, y: 0, z: 0}
|
||||
m_LocalScale: {x: 5, y: 5, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
m_Father: {fileID: 2243782250480228875}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!1 &4907226967481368671
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
@ -209,6 +241,8 @@ GameObject:
|
|||
- component: {fileID: 1522197336905991381}
|
||||
- component: {fileID: 707193740762801077}
|
||||
- component: {fileID: 7249280586437786251}
|
||||
- component: {fileID: 8547430362287369941}
|
||||
- component: {fileID: 6505873975486236506}
|
||||
m_Layer: 7
|
||||
m_Name: Reisen
|
||||
m_TagString: Player
|
||||
|
|
@ -375,19 +409,60 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 11500000, guid: d4ea4a5fe3d2523039e302c010b04daf, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
stats: {fileID: 6505873975486236506}
|
||||
abilities: []
|
||||
entitiesInRange: []
|
||||
closestEntity: {fileID: 0}
|
||||
cam: {fileID: 0}
|
||||
--- !u!114 &8547430362287369941
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7051425899434579382}
|
||||
m_Enabled: 0
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 88cc3202b26534d78b932ebaf49077f4, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
stats: {fileID: 6505873975486236506}
|
||||
abilities: []
|
||||
entitiesInRange: []
|
||||
closestEntity: {fileID: 0}
|
||||
maxTargettingRange: 0
|
||||
maxHeightDifference: 0
|
||||
minTargetJumpDistance: 0
|
||||
wallDetectors: []
|
||||
wallLayer:
|
||||
serializedVersion: 2
|
||||
m_Bits: 0
|
||||
player: {fileID: 0}
|
||||
playerMinDistance: 0
|
||||
--- !u!114 &6505873975486236506
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7051425899434579382}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 597d889207f92f03d81551cc8069aeee, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
thisEntity: {fileID: 7249280586437786251}
|
||||
health: 100
|
||||
maxHealth: 100
|
||||
speed: 4
|
||||
jumpPower: 6
|
||||
abilities: []
|
||||
attackOriginPoint: {fileID: 1849759059644475718}
|
||||
rb: {fileID: 707193740762801077}
|
||||
entitiesInRange: []
|
||||
closestEntity: {fileID: 0}
|
||||
groundCheck: {fileID: 6047872402331640471}
|
||||
groundLayer:
|
||||
serializedVersion: 2
|
||||
m_Bits: 8
|
||||
attackOriginPoint: {fileID: 6298566175391005934}
|
||||
attackOriginCenter: {fileID: 2243782250480228875}
|
||||
rb: {fileID: 707193740762801077}
|
||||
--- !u!1 &8370658841612952375
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue