Skip to content

Commit

Permalink
Fix fan hitbox being too low, fix particles spawning below fan
Browse files Browse the repository at this point in the history
  • Loading branch information
Fueredoriku committed Dec 27, 2024
1 parent 8b77c35 commit 63f99b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Assets/Prefabs/Interactables/GiantFan.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2388812771466087879}
m_LocalRotation: {x: -0, y: -0.7071068, z: -0.7071068, w: 0}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: 0, y: 0.28, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
Expand Down Expand Up @@ -4861,7 +4861,7 @@ Transform:
- {fileID: 6855205281879622382}
- {fileID: 5570906251383017524}
m_Father: {fileID: 0}
m_RootOrder: -1
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &5295966830326599818
GameObject:
Expand Down Expand Up @@ -4889,7 +4889,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5295966830326599818}
m_LocalRotation: {x: 0.10041519, y: 0.6999407, z: 0.6999405, w: -0.10041519}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: 0, y: 0.28, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
Expand Down Expand Up @@ -9744,9 +9744,9 @@ CapsuleCollider:
m_Enabled: 1
serializedVersion: 2
m_Radius: 2.1
m_Height: 11.16838
m_Height: 9.56
m_Direction: 1
m_Center: {x: 0, y: 3.8, z: 0}
m_Center: {x: 0, y: 4.48, z: 0}
--- !u!114 &1715293200499575909
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down
6 changes: 3 additions & 3 deletions Assets/Prefabs/Interactables/SuperFan.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -4861,7 +4861,7 @@ Transform:
- {fileID: 4629072471689686242}
- {fileID: 390780126750035338}
m_Father: {fileID: 0}
m_RootOrder: -1
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &5129262707050221978
GameObject:
Expand Down Expand Up @@ -9744,9 +9744,9 @@ CapsuleCollider:
m_Enabled: 1
serializedVersion: 2
m_Radius: 3.5
m_Height: 20
m_Height: 17.04
m_Direction: 1
m_Center: {x: 0, y: 5.5, z: 0}
m_Center: {x: 0, y: 7.2, z: 0}
--- !u!114 &1893612977846027039
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down

0 comments on commit 63f99b8

Please sign in to comment.