🚚 Rename project

This commit is contained in:
2024-08-07 23:01:57 +08:00
parent eb29e137a6
commit 6fa2c8411f
16 changed files with 192 additions and 136 deletions

View File

@ -1,10 +1,9 @@
[gd_scene load_steps=6 format=3 uid="uid://bjhmjrldq4lkt"]
[gd_scene load_steps=5 format=3 uid="uid://bjhmjrldq4lkt"]
[ext_resource type="PackedScene" uid="uid://b3gx0bl43lku3" path="res://Scenes/Player.tscn" id="1_vby0g"]
[ext_resource type="PackedScene" uid="uid://bvll23f5ibd4v" path="res://Scenes/UI/StartScreen.tscn" id="2_7o53i"]
[ext_resource type="Script" path="res://Scripts/Launcher.cs" id="2_u5cms"]
[ext_resource type="Script" path="res://Scripts/Logic/World.cs" id="3_xwguj"]
[ext_resource type="Script" path="res://Scripts/TilesManager.cs" id="5_5wdx5"]
[node name="Node" type="Node"]
@ -19,13 +18,6 @@ World = NodePath("../World")
script = ExtResource("3_xwguj")
PlayerScene = ExtResource("1_vby0g")
[node name="TilesSpawner" type="MultiplayerSpawner" parent="World"]
_spawnable_scenes = PackedStringArray("res://Scenes/Tiles/Brick.tscn")
spawn_path = NodePath("../Tiles")
[node name="Tiles" type="Node2D" parent="World"]
script = ExtResource("5_5wdx5")
[node name="PlayerSpawner" type="MultiplayerSpawner" parent="."]
_spawnable_scenes = PackedStringArray("res://Scenes/Player.tscn")
spawn_path = NodePath("../World")

View File

@ -1,24 +0,0 @@
[gd_scene load_steps=4 format=3 uid="uid://nj0k4l4mgq6"]
[ext_resource type="Texture2D" uid="uid://c2qpm7mcrvq57" path="res://Sprites/Brick.png" id="1_fms8g"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_saayk"]
size = Vector2(51.2, 51.2)
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_fbc2m"]
properties/0/path = NodePath(".:position")
properties/0/spawn = true
properties/0/replication_mode = 1
[node name="Brick" type="StaticBody2D"]
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(2.08165e-12, 2.08165e-12)
scale = Vector2(0.05, 0.05)
texture = ExtResource("1_fms8g")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_saayk")
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
replication_config = SubResource("SceneReplicationConfig_fbc2m")