Add character calls, settings controls, and gameplay fixes
This commit is contained in:
parent
7b2898c11a
commit
40696b6bd9
33 changed files with 1120 additions and 78 deletions
|
|
@ -15,7 +15,7 @@ var _is_active: bool = false
|
|||
|
||||
|
||||
func _ready() -> void:
|
||||
bus = &"SFX"
|
||||
bus = &"Environment"
|
||||
var rain_stream := load(RAIN_STREAM_PATH) as AudioStreamOggVorbis
|
||||
var runtime_stream := (
|
||||
rain_stream.duplicate() as AudioStreamOggVorbis
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ var _is_active := false
|
|||
|
||||
|
||||
func _ready() -> void:
|
||||
_waves_audio.bus = &"Environment"
|
||||
_configure_audio_loop(_waves_audio.stream)
|
||||
_waves_audio.volume_db = -80.0
|
||||
set_process(false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue