change ZOOMED_OUT_CUTOFF
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
extends AudioStreamPlayer
|
||||
|
||||
const ZOOMED_IN_CUTOFF = 10000
|
||||
const ZOOMED_OUT_CUTOFF = 10
|
||||
const ZOOMED_OUT_CUTOFF = 0
|
||||
|
||||
var audio_1 := preload("res://assets/audio/ambient/ambient_1.ogg")
|
||||
var audio_2 := preload("res://assets/audio/ambient/ambient_2.ogg")
|
||||
|
||||
Reference in New Issue
Block a user