game init
This commit is contained in:
13
Assets/Scripts/SensitivityValue.cs
Normal file
13
Assets/Scripts/SensitivityValue.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class SensitivityValue : MonoBehaviour
|
||||
{
|
||||
public float cameraSens;
|
||||
public bool compass;
|
||||
void Start()
|
||||
{
|
||||
DontDestroyOnLoad(this.gameObject);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user