12 lines
74 B
GDScript
12 lines
74 B
GDScript
extends Button
|
|
|
|
func setFont(font:Font, fontSize):
|
|
pass;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|