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