mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 15:35:53 +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)
|