Lowered musicvolume + tweaked reload time
This commit is contained in:
parent
128b0a2489
commit
e30b3fdf69
5 changed files with 4 additions and 7 deletions
|
@ -4131,7 +4131,7 @@ AudioSource:
|
|||
OutputAudioMixerGroup: {fileID: 0}
|
||||
m_audioClip: {fileID: 8300000, guid: 9a4ecab2d68c16d4e8bba5b49848bafe, type: 3}
|
||||
m_PlayOnAwake: 1
|
||||
m_Volume: 0.25
|
||||
m_Volume: 0.2
|
||||
m_Pitch: 1
|
||||
Loop: 1
|
||||
Mute: 0
|
||||
|
|
|
@ -38604,7 +38604,7 @@ AudioSource:
|
|||
OutputAudioMixerGroup: {fileID: 0}
|
||||
m_audioClip: {fileID: 8300000, guid: 9a4ecab2d68c16d4e8bba5b49848bafe, type: 3}
|
||||
m_PlayOnAwake: 1
|
||||
m_Volume: 0.25
|
||||
m_Volume: 0.2
|
||||
m_Pitch: 1
|
||||
Loop: 1
|
||||
Mute: 0
|
||||
|
|
|
@ -10,7 +10,7 @@ public class PlayerController : MonoBehaviour {
|
|||
|
||||
public float jumpPower;
|
||||
public GameObject rocketPrefab;
|
||||
private float reloadTime = 0.5f;
|
||||
private float reloadTime = 0.25f;
|
||||
private bool reloading = false;
|
||||
|
||||
// Update is called once per frame
|
||||
|
|
|
@ -6,7 +6,7 @@ public class RocketController : MonoBehaviour {
|
|||
|
||||
public PlayerController player;
|
||||
public GameObject explosionPrefab;
|
||||
private float ROCKET_SPEED = 12.0f;
|
||||
private float ROCKET_SPEED = 13.0f;
|
||||
private float ROCKET_LIFETIME = 5.0f;
|
||||
|
||||
private void Start()
|
||||
|
|
|
@ -374,9 +374,6 @@ PlayerSettings:
|
|||
switchUdpSendBufferSize: 9
|
||||
switchUdpReceiveBufferSize: 42
|
||||
switchSocketBufferEfficiency: 4
|
||||
switchSocketInitializeEnabled: 1
|
||||
switchNetworkInterfaceManagerInitializeEnabled: 1
|
||||
switchPlayerConnectionEnabled: 1
|
||||
ps4NPAgeRating: 12
|
||||
ps4NPTitleSecret:
|
||||
ps4NPTrophyPackPath:
|
||||
|
|
Reference in a new issue