mirror of
https://github.com/celisej567/forest.git
synced 2026-09-21 20:15:21 +03:00
1
This commit is contained in:
12
Assets/scripts/general/player/SpawnFuncs.cs
Normal file
12
Assets/scripts/general/player/SpawnFuncs.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class SpawnFuncs : MonoBehaviour
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
QualitySettings.SetQualityLevel(PlayerPrefs.GetInt("GraphicsLevel"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user