5 lines
75 B
GDScript
5 lines
75 B
GDScript
extends Node3D
|
|
|
|
func _ready() -> void:
|
|
GameEngine.getGE().idaPrime = self
|