Trying to make sync work

This commit is contained in:
Nikolai Rodionov
2025-02-06 13:42:14 +01:00
committed by Nikolai Rodionov
parent 8f61ab6c6b
commit cc709975ba
80 changed files with 8991 additions and 260 deletions

View File

@ -0,0 +1,11 @@
extends Node
# 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

View File

@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://bbqh8e8t0rvwj"]
[ext_resource type="Script" path="res://scenes/maps/base/player_synchronizer/player_synchronizer.gd" id="1_cam4s"]
[node name="PlayerSynchronizer" type="Node"]
script = ExtResource("1_cam4s")
[node name="Timer" type="Timer" parent="."]