Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions addons/godot-xr-tools/audio/area_audio_type.gd
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ extends Resource
## This resource defines the audio stream to play when
## a objects enters it


## Surface name
@export var name : String = ""
@export var name: String = ""

## Optional audio stream to play when the player lands on this surface
@export var touch_sound : AudioStream
@export var touch_sound: AudioStream


# This method checks for configuration issues.
Expand Down