6 lines
62 B
GDScript
6 lines
62 B
GDScript
extends Node
|
|
|
|
|
|
func _ready():
|
|
$"%Battle".character = $Player
|