generated from krampus/template-godot4
6 lines
107 B
GDScript
6 lines
107 B
GDScript
extends Node3D
|
|
|
|
|
|
func _on_retinal_scanner_activated() -> void:
|
|
print_debug("Retinal scanner activated!!")
|