mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-24 16:44:20 +00:00
8 lines
116 B
GDScript3
8 lines
116 B
GDScript3
|
extends AudioStreamPlayer2D
|
||
|
class_name SoundContact
|
||
|
|
||
|
|
||
|
@export var type: StringName
|
||
|
|
||
|
@export var min_velocity: float
|