We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eba2e2 commit 3ff90d4Copy full SHA for 3ff90d4
Assets/Scenes/Practical Rooms/Shooting Gallery.unity
@@ -23394,7 +23394,7 @@ MonoBehaviour:
23394
m_manager: {fileID: 235939067}
23395
m_seat: {fileID: 2137046108}
23396
m_topSpeed: 2
23397
- m_acceleration: 0.005
+ m_acceleration: 0.01
23398
m_turningPower: 0.1
23399
m_nearThreshold: 0.45
23400
--- !u!1 &1862625931
Assets/Scripts/Practical/Shooting Gallery/ShootingGalleryManager.cs
@@ -50,10 +50,6 @@ void Start()
50
m_cart.transform.position = m_tracks[m_currentTrackIndex].transform.position;
51
m_cart.transform.forward = m_tracks[++m_currentTrackIndex].transform.position - m_cart.transform.position;
52
}
53
- void Update()
54
- {
55
-
56
- }
57
58
public void Play()
59
{
0 commit comments