feat: add rain puddles and stabilize shoreline water
This commit is contained in:
parent
eeef99793d
commit
3a61056ce5
49 changed files with 1033 additions and 1852 deletions
|
|
@ -131,9 +131,6 @@ func _validate_normal_profile(main: Node) -> void:
|
|||
assert((main.get_node("%TitleMusic") as AudioStreamPlayer).stream != null)
|
||||
assert((main.get_node("%NewGameMusic") as AudioStreamPlayer).stream != null)
|
||||
assert((main.get_node("%DuskMusic") as AudioStreamPlayer).stream != null)
|
||||
assert(
|
||||
(main.get_node("%WavesAudio") as AudioStreamPlayer).stream != null
|
||||
)
|
||||
assert(
|
||||
(main.get_node("RainAmbience") as AudioStreamPlayer).stream != null
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue