Huge amount of updates

This commit is contained in:
2025-02-12 13:07:21 +01:00
parent 349b6b7226
commit 687c2ae1f5
96 changed files with 15637 additions and 156 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_old/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="."]