Trying to add multiplayer again

This commit is contained in:
Nikolai Rodionov
2025-01-23 22:31:06 +01:00
parent 2577c032fd
commit c9625327df
6 changed files with 36 additions and 14 deletions

View File

@@ -0,0 +1,11 @@
extends Node
var players = {}
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass