Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Criando audio manager e adicionando uns áudios #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Assets/Audio.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/demonAttack.mp3
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/Audio/demonAttack.mp3.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/earthPowerUp.mp3
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/Audio/earthPowerUp.mp3.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/electricityPowerUp.mp3
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/Audio/electricityPowerUp.mp3.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/firePowerUp.mp3
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/Audio/firePowerUp.mp3.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/ghostAttack.mp3
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/Audio/ghostAttack.mp3.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/ingameLoopSoundtrack.mp3
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/Audio/ingameLoopSoundtrack.mp3.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/menuSoundtrack.mp3
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/Audio/menuSoundtrack.mp3.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/snakeAttack.mp3
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/Audio/snakeAttack.mp3.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/swordAttack.mp3
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/Audio/swordAttack.mp3.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/waterPowerUp.mp3
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/Audio/waterPowerUp.mp3.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 106 additions & 0 deletions Assets/Prefab/AudioManager.prefab
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &378146469847001456
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 5543451162187738079}
- component: {fileID: 6430396782246739571}
m_Layer: 0
m_Name: AudioManager
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &5543451162187738079
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 378146469847001456}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &6430396782246739571
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 378146469847001456}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 331b553990af210e7a97d606f80d1206, type: 3}
m_Name:
m_EditorClassIdentifier:
sounds:
- name: waterPowerUp
clip: {fileID: 8300000, guid: 1fe7bc11c8c45d9fca8f2ae4f98caadf, type: 3}
volume: 1
pitch: 1
loop: 0
source: {fileID: 0}
- name: firePowerUp
clip: {fileID: 8300000, guid: adb1ae88171d6e8ba975251f2ded28d4, type: 3}
volume: 1
pitch: 1
loop: 0
source: {fileID: 0}
- name: earthPowerUp
clip: {fileID: 8300000, guid: 7e9fa875a3f9e88858f46c59a03d88ff, type: 3}
volume: 1
pitch: 1
loop: 0
source: {fileID: 0}
- name: electricityPowerUp
clip: {fileID: 8300000, guid: dd84dcff15f66430b94bd54a91334fd1, type: 3}
volume: 1
pitch: 1
loop: 0
source: {fileID: 0}
- name: snakeAttack
clip: {fileID: 8300000, guid: 2ff0882a09d5c77f8a356a490efe2d90, type: 3}
volume: 1
pitch: 1
loop: 0
source: {fileID: 0}
- name: swordAttack
clip: {fileID: 8300000, guid: 7b687cbe286d24ef1b3edd855aaaee6c, type: 3}
volume: 1
pitch: 1
loop: 0
source: {fileID: 0}
- name: ghostAttack
clip: {fileID: 8300000, guid: 3782e6596fe0d8b1a90640876855b232, type: 3}
volume: 1
pitch: 1
loop: 0
source: {fileID: 0}
- name: demonAttack
clip: {fileID: 8300000, guid: f2bea68db9f67a4eab4427f8d524638d, type: 3}
volume: 1
pitch: 1
loop: 0
source: {fileID: 0}
- name: ingameLoopSoundtrack
clip: {fileID: 8300000, guid: 02cc2e7c4909b64b3b2343fe6bdcac69, type: 3}
volume: 0.334
pitch: 1
loop: 1
source: {fileID: 0}
- name: menuSoundtrack
clip: {fileID: 8300000, guid: 380989744d74f9faeb95071ebdf97112, type: 3}
volume: 0.339
pitch: 1
loop: 0
source: {fileID: 0}
7 changes: 7 additions & 0 deletions Assets/Prefab/AudioManager.prefab.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/SFX.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading