Rescaled maps and reworked drone code
Rescaled maps and reworked drone code to support fpv remote and joy controller with a menu switch
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
extends Label
|
||||
|
||||
|
||||
func _process(delta):
|
||||
func _process(_delta):
|
||||
text = str(Engine.get_frames_per_second()) + " FPS"
|
||||
|
||||
Reference in New Issue
Block a user