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:
2025-02-15 22:31:27 -05:00
parent bad3fe6f1e
commit 6b85034a30
11 changed files with 133 additions and 824 deletions

View File

@@ -1,5 +1,5 @@
extends Label
func _process(delta):
func _process(_delta):
text = str(Engine.get_frames_per_second()) + " FPS"