Do-83 [Style] 주석, 폴더, 리소스 정리
This commit is contained in:
parent
f525ef9467
commit
7fc067b4fd
@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 9e8430c7d0b681e4d95b8b872350fab8
|
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: c33b0265c6ba6154eaa942e7f3db683b
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 9c9055371cfdd4a4ab37e2274906ec49
|
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
Binary file not shown.
@ -1,23 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: bd9e9e1d735e3d949a9f8ecd77859d05
|
|
||||||
AudioImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
serializedVersion: 7
|
|
||||||
defaultSettings:
|
|
||||||
serializedVersion: 2
|
|
||||||
loadType: 0
|
|
||||||
sampleRateSetting: 0
|
|
||||||
sampleRateOverride: 44100
|
|
||||||
compressionFormat: 1
|
|
||||||
quality: 1
|
|
||||||
conversionMode: 0
|
|
||||||
preloadAudioData: 0
|
|
||||||
platformSettingOverrides: {}
|
|
||||||
forceToMono: 0
|
|
||||||
normalize: 1
|
|
||||||
loadInBackground: 0
|
|
||||||
ambisonic: 0
|
|
||||||
3D: 1
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
@ -34,9 +34,6 @@ public class AudioManager : Singleton<AudioManager>
|
|||||||
{
|
{
|
||||||
audioClips[clip.name] = clip;
|
audioClips[clip.name] = clip;
|
||||||
}
|
}
|
||||||
|
|
||||||
Debug.Log($"총 {audioClips.Count}개의 오디오클립이 로드됨.");
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public AudioClip GetAudioClip(string clipName)
|
public AudioClip GetAudioClip(string clipName)
|
||||||
|
@ -17,10 +17,6 @@ public class CoinsPanelController : MonoBehaviour
|
|||||||
private RectTransform _coinsRect;
|
private RectTransform _coinsRect;
|
||||||
private CanvasGroup _canvasGroup; //부모 캔버스 그룹
|
private CanvasGroup _canvasGroup; //부모 캔버스 그룹
|
||||||
|
|
||||||
// 1. 코인 추가 연출
|
|
||||||
// 2. 코인 감소 연출
|
|
||||||
// 3. 코인 부족 연출
|
|
||||||
|
|
||||||
private void Awake()
|
private void Awake()
|
||||||
{
|
{
|
||||||
_audioSource = GetComponent<AudioSource>();
|
_audioSource = GetComponent<AudioSource>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user