mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 10:35:54 +00:00
6 lines
92 B
GDScript
6 lines
92 B
GDScript
@tool
|
|
class_name AcidArea
|
|
extends Area3D
|
|
|
|
func _init() -> void:
|
|
add_to_group("Acid", true)
|