- Godot Engine Game Development Projects
- Chris Bradfield
- 137字
- 2021-06-18 18:51:32
Sound
Sound is one of the most important but often neglected pieces of game design. Good sound design can add a huge amount of juice to your game for a very small amount of effort. Sounds can give the player feedback, connect them emotionally to the characters, or even be a part of the gameplay.
For this game, you're going to add three sound effects. In the Main scene, add three AudioStreamPlayer nodes and name them CoinSound, LevelSound, and EndSound. Drag each sound from the audio folder (you can find it under assets in the FileSystem dock) into the corresponding Stream property of each node.
To play a sound, you call the play() function on it. Add $CoinSound.play() to the _on_Player_pickup() function, $EndSound.play() to the game_over() function, and $LevelSound.play() to the spawn_coins() function.
- Oracle SOA Governance 11g Implementation
- 輕輕松松自動化測試
- 中文版Photoshop CS5數碼照片處理完全自學一本通
- Getting Started with MariaDB
- Ceph:Designing and Implementing Scalable Storage Systems
- 數據通信與計算機網絡
- Blender 3D Printing by Example
- 人工智能技術入門
- Machine Learning with Spark(Second Edition)
- 智能小車機器人制作大全(第2版)
- 工廠電氣控制設備
- 這樣用Word!
- 智能座艙之車載機器人交互設計與開發
- 深度學習實戰
- Hadoop大數據開發基礎