Skip to content

Commit

Permalink
add giant NPC
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-arndt committed Jan 3, 2023
1 parent ae6fb64 commit 608d0d9
Show file tree
Hide file tree
Showing 10 changed files with 940 additions and 81 deletions.
Binary file added Assets/2D/Sprites/npc_egg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
122 changes: 122 additions & 0 deletions Assets/2D/Sprites/npc_egg.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/2D/Sprites/npc_giant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
122 changes: 122 additions & 0 deletions Assets/2D/Sprites/npc_giant.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Assets/Prefabs/Character/Follower.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ CapsuleCollider:
m_Enabled: 1
serializedVersion: 2
m_Radius: 0.5
m_Height: 2
m_Height: 1
m_Direction: 1
m_Center: {x: 0, y: 0, z: 0}
m_Center: {x: 0, y: -0.5, z: 0}
--- !u!114 &5488975568697630390
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -146,7 +146,7 @@ NavMeshAgent:
m_AutoTraverseOffMeshLink: 1
m_AutoBraking: 1
m_AutoRepath: 1
m_Height: 2
m_Height: 1
m_BaseOffset: 1
m_WalkableMask: 4294967295
m_ObstacleAvoidanceType: 4
Expand Down
86 changes: 86 additions & 0 deletions Assets/Prefabs/Character/FollowerEgg.prefab
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &8099613558024620980
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 2350313788893901526, guid: 2c6464a0f2305d6429fdc435073f0ba5,
type: 3}
propertyPath: m_Speed
value: 3
objectReference: {fileID: 0}
- target: {fileID: 2555234802472079649, guid: 2c6464a0f2305d6429fdc435073f0ba5,
type: 3}
propertyPath: m_Name
value: FollowerEgg
objectReference: {fileID: 0}
- target: {fileID: 2555234802472079653, guid: 2c6464a0f2305d6429fdc435073f0ba5,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 2555234802472079653, guid: 2c6464a0f2305d6429fdc435073f0ba5,
type: 3}
propertyPath: m_LocalPosition.x
value: -9.328
objectReference: {fileID: 0}
- target: {fileID: 2555234802472079653, guid: 2c6464a0f2305d6429fdc435073f0ba5,
type: 3}
propertyPath: m_LocalPosition.y
value: 1.19
objectReference: {fileID: 0}
- target: {fileID: 2555234802472079653, guid: 2c6464a0f2305d6429fdc435073f0ba5,
type: 3}
propertyPath: m_LocalPosition.z
value: -3.714
objectReference: {fileID: 0}
- target: {fileID: 2555234802472079653, guid: 2c6464a0f2305d6429fdc435073f0ba5,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2555234802472079653, guid: 2c6464a0f2305d6429fdc435073f0ba5,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 2555234802472079653, guid: 2c6464a0f2305d6429fdc435073f0ba5,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 2555234802472079653, guid: 2c6464a0f2305d6429fdc435073f0ba5,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 2555234802472079653, guid: 2c6464a0f2305d6429fdc435073f0ba5,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 2555234802472079653, guid: 2c6464a0f2305d6429fdc435073f0ba5,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 2555234802472079653, guid: 2c6464a0f2305d6429fdc435073f0ba5,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8347242678371508119, guid: 2c6464a0f2305d6429fdc435073f0ba5,
type: 3}
propertyPath: m_Sprite
value:
objectReference: {fileID: 21300000, guid: 19e90b034217333459c446ba6663e57d,
type: 3}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 2c6464a0f2305d6429fdc435073f0ba5, type: 3}
7 changes: 7 additions & 0 deletions Assets/Prefabs/Character/FollowerEgg.prefab.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 608d0d9

Please sign in to comment.