godot-rust starter for client

This commit is contained in:
2024-06-23 16:35:13 -04:00
Unverified
parent 35ff3670ad
commit d6a35b4c04
10 changed files with 219 additions and 2 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