updated main menu
This commit is contained in:
11
Assets/Scripts/Game/GameSettings.cs
Normal file
11
Assets/Scripts/Game/GameSettings.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(fileName ="Settings",menuName ="ScriptableObjects/New Settings Object",order =1)]
|
||||
public class GameSettings : ScriptableObject
|
||||
{
|
||||
[Range(0,1)]
|
||||
public float volume = 1;
|
||||
|
||||
}
|
11
Assets/Scripts/Game/GameSettings.cs.meta
Normal file
11
Assets/Scripts/Game/GameSettings.cs.meta
Normal file
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5fbe1a01adadbaa4790f509847965895
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user