Skip to content

Commit

Permalink
Merge pull request #298 from kookmin-sw/bugfix/MonsterBug
Browse files Browse the repository at this point in the history
몬스터 버그 픽스 완료
  • Loading branch information
dydwo0809 authored May 23, 2024
2 parents 0332a8c + f467366 commit 761a2e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ MonoBehaviour:
- AttackTrig
- SpawnItemAll
- SpawnItemSmall
- RpcAudio
- RpcHit
DisableAutoOpenWizard: 1
ShowSettings: 1
DevRegionSetOnce: 1
2 changes: 1 addition & 1 deletion Assets/Resources/Prefabs/HelperRobot.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ Rigidbody:
m_UseGravity: 1
m_IsKinematic: 0
m_Interpolate: 0
m_Constraints: 94
m_Constraints: 90
m_CollisionDetection: 1
--- !u!136 &1845304577344872242
CapsuleCollider:
Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/UI/UIManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void Awake()
gameTime = 0;
selectSlot = 0;
elapsedTime = 0f;
interval = 300f;
interval = 180f;
ChangeSlot(0);

statePlayerName.text = GameManager.Instance.UserId;
Expand Down

0 comments on commit 761a2e1

Please sign in to comment.