Rescaled maps and reworked drone code to support fpv remote and joy controller with a menu switch
6 lines
92 B
GDScript
6 lines
92 B
GDScript
extends Label
|
|
|
|
|
|
func _process(_delta):
|
|
text = str(Engine.get_frames_per_second()) + " FPS"
|