29 lines
979 B
Plaintext
29 lines
979 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://nu34biv4xo5k"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c2qpm7mcrvq57" path="res://Sprites/Brick.png" id="1_tqbee"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5wmf4"]
|
|
size = Vector2(51.2, 51.2)
|
|
|
|
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_r3565"]
|
|
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_tqbee")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_5wmf4")
|
|
|
|
[node name="DecayTimer" type="Timer" parent="."]
|
|
one_shot = true
|
|
autostart = true
|
|
|
|
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
|
|
replication_config = SubResource("SceneReplicationConfig_r3565")
|