fixed camera system and brightened recipticles
This commit is contained in:
@ -9,12 +9,15 @@ EditorBuildSettings:
|
||||
path: Assets/Scenes/StartScreen2.unity
|
||||
guid: f6088ef3502812241bb0d0e97057f6c0
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/Levels/Level0.unity
|
||||
guid: 9d1352b0990c7654e94397c2ab2f3fae
|
||||
- enabled: 0
|
||||
path: Assets/Scenes/ShootingScene.unity
|
||||
guid: ab5be6c833a965f4d90255812bc8017f
|
||||
- enabled: 0
|
||||
path: Assets/Scenes/ItemPickupTest.unity
|
||||
path: Assets/Scenes/Deprecated/ItemPickupTest.unity
|
||||
guid: 02df17a2572a04a4dbf099929c8a1cfd
|
||||
- enabled: 0
|
||||
path: Assets/Scenes/StartScreen.unity
|
||||
path: Assets/Scenes/Deprecated/StartScreen.unity
|
||||
guid: ebfe2b66ea34ee8478703b2f8705084a
|
||||
m_configObjects: {}
|
||||
|
@ -44,7 +44,7 @@ InputManager:
|
||||
negativeButton:
|
||||
positiveButton: mouse 0
|
||||
altNegativeButton:
|
||||
altPositiveButton:
|
||||
altPositiveButton: joystick button 0
|
||||
gravity: 1000
|
||||
dead: 0.001
|
||||
sensitivity: 1000
|
||||
@ -226,8 +226,8 @@ InputManager:
|
||||
sensitivity: 1000
|
||||
snap: 0
|
||||
invert: 0
|
||||
type: 0
|
||||
axis: 0
|
||||
type: 2
|
||||
axis: 9
|
||||
joyNum: 0
|
||||
- serializedVersion: 3
|
||||
m_Name: Fire2
|
||||
@ -394,7 +394,7 @@ InputManager:
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton:
|
||||
positiveButton: x
|
||||
positiveButton: f
|
||||
altNegativeButton:
|
||||
altPositiveButton: joystick button 3
|
||||
gravity: 1000
|
||||
|
@ -42,8 +42,6 @@ PlayerSettings:
|
||||
m_SplashScreenLogos:
|
||||
- logo: {fileID: 10404, guid: 0000000000000000e000000000000000, type: 0}
|
||||
duration: 2
|
||||
- logo: {fileID: 21300000, guid: 0721a573d493710408b907a4fad0f47f, type: 3}
|
||||
duration: 2
|
||||
m_VirtualRealitySplashScreen: {fileID: 0}
|
||||
m_HolographicTrackingLossScreen: {fileID: 0}
|
||||
defaultScreenWidth: 1920
|
||||
|
@ -231,6 +231,7 @@ QualitySettings:
|
||||
Nintendo Switch: 5
|
||||
PS4: 5
|
||||
PS5: 5
|
||||
Server: 0
|
||||
Stadia: 5
|
||||
Standalone: 5
|
||||
WebGL: 3
|
||||
|
16
ProjectSettings/TimelineSettings.asset
Normal file
16
ProjectSettings/TimelineSettings.asset
Normal file
@ -0,0 +1,16 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &1
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 61
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: a287be6c49135cd4f9b2b8666c39d999, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
assetDefaultFramerate: 60
|
||||
m_DefaultFrameRate: 60
|
Reference in New Issue
Block a user