File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
addons/godot-xr-tools/audio Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 22@icon ("res://addons/godot-xr-tools/editor/icons/audio.svg" )
33class_name XRToolsAreaAudioType
44extends Resource
5-
6-
75## XRTools Area Audio Type Resource
86##
97## This resource defines the audio stream to play when
108## a objects enters it
119
12-
1310## Surface name
14- @export var name : String = ""
11+ @export var name : String = ""
1512
1613## Optional audio stream to play when the player lands on this surface
17- @export var touch_sound : AudioStream
14+ @export var touch_sound : AudioStream
1815
1916
20- # This method checks for configuration issues.
17+ ## This method checks for configuration issues.
2118func _get_configuration_warnings () -> PackedStringArray :
2219 var warnings := PackedStringArray ()
2320
You can’t perform that action at this time.
0 commit comments