Files
realm-chat/client/godot/main.gd
2024-06-29 17:48:59 -04:00

12 lines
243 B
GDScript

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