Skip to content

Commit

Permalink
Readjust some variables & bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Prown0 committed Nov 26, 2024
1 parent 98aba1c commit 8d84a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions 302/Assets/Prefabs/Anomaly01/sittingGirl.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -881,9 +881,8 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 13b29b2cac673a5419b45e5853d126ec, type: 3}
m_Name:
m_EditorClassIdentifier:
nameCameraMain: Main Camera
prompt:
distanceInteractionMax: 2
distanceInteractionMax: 4
--- !u!1 &3815843599304427073
GameObject:
m_ObjectHideFlags: 0
Expand Down
2 changes: 1 addition & 1 deletion 302/Assets/Scripts/SlideManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void SetSlide(int stage)
_controllerLeft.ResetSlide();
_controllerRight.ResetSlide();

Log("Set slide: success: {index}");
Log($"Set slide: success: {index}");
} else {
_objectLeft.SetActive(false);
_objectRight.SetActive(false);
Expand Down

0 comments on commit 8d84a85

Please sign in to comment.