This commit is contained in:
2024-06-29 17:48:59 -04:00
Unverified
parent 6061d3e3c1
commit 818bec067f
10 changed files with 3 additions and 3 deletions

11
client/godot/main.gd Normal file
View File

@@ -0,0 +1,11 @@
extends Control
# Called when the node enters the scene tree for the first time.
func _ready():
OS.set_low_processor_usage_mode(true)
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass