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