5 lines
87 B
GDScript
5 lines
87 B
GDScript
extends RichTextLabel
|
|
|
|
|
|
func _ready() -> void:
|
|
self.text = CurrentMatch.opponent_name
|