Improved network code

This commit is contained in:
2024-01-15 17:08:26 +01:00
parent 9b47e374c7
commit b885d70625
17 changed files with 241 additions and 72 deletions

View File

@ -3,5 +3,5 @@ extends Node3D
func _ready():
pass
func _process(delta):
rotate_y(delta)
func _process(_delta):
pass