sæios pi

This commit is contained in:
OliverS 2024-04-21 10:36:48 +02:00
parent e08234bec2
commit 47210bb75e
2 changed files with 34 additions and 0 deletions

23
Assets/ButtonSFX.cs Normal file
View File

@ -0,0 +1,23 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ButtonSFX : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
private void OnMouseEnter()
{
//Play SFX
}
}

11
Assets/ButtonSFX.cs.meta Normal file
View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: f818b5a737243824cb4ebc1eaa7aa93e
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: