1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 07:44:17 +00:00
swear-jar/noise/sound_contact.gd

8 lines
116 B
GDScript3
Raw Normal View History

2023-10-24 22:02:38 +00:00
extends AudioStreamPlayer2D
class_name SoundContact
@export var type: StringName
@export var min_velocity: float