Skip to content

Commit

Permalink
Update floorTile_abnormal.prefab
Browse files Browse the repository at this point in the history
# PR Title [Anomaly 10 타일 소환 위치 수정]
## Related Issues
floortile_abnormal.prefab
## PR Description
[이상현상 10에서 소환하는 타일의 y축 위치를 적절히 옮겨 이제 잘 보입니다.]

### Changes Included
- [] Added new feature(s)
- [x] Fixed identified bug(s)
- [x] Updated relevant documentation

### Notes for Reviewer
없음
## Reviewer Checklist
- [ ] Code is written in clean, maintainable, and idiomatic form.
- [ ] Automated test coverage is adequate.
- [ ] All existing tests pass.
- [ ] Manual testing has been performed to ensure the PR works as expected.
- [ ] Code review comments have been addressed or clarified. ---
## Additional Comments
없음
  • Loading branch information
psy020529 committed Nov 26, 2024
1 parent e333614 commit 16dbb7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9055656618054629428}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -17.5, y: -0.02, z: 14.54}
m_LocalPosition: {x: -17.5, y: 0.12, z: 14.54}
m_LocalScale: {x: 5, y: 5, z: 5}
m_ConstrainProportionsScale: 0
m_Children:
Expand Down

0 comments on commit 16dbb7f

Please sign in to comment.