|
@@ -1,6 +1,6 @@
|
|
|
[gd_scene load_steps=7 format=2]
|
|
|
|
|
|
-[ext_resource path="res://component/entity/brick/brik.png" type="Texture" id=1]
|
|
|
+[ext_resource path="res://component/entity/brick/color_brik.png" type="Texture" id=1]
|
|
|
[ext_resource path="res://component/entity/brick/Brick.gd" type="Script" id=2]
|
|
|
[ext_resource path="res://component/entity/brick/BrickMainSprite.gd" type="Script" id=3]
|
|
|
[ext_resource path="res://component/entity/brick/BrickLifeDisplay.gd" type="Script" id=4]
|
|
@@ -29,5 +29,5 @@ shape = SubResource( 1 )
|
|
|
|
|
|
[node name="LifeDisplay" type="Node2D" parent="."]
|
|
|
script = ExtResource( 4 )
|
|
|
-[connection signal="life_changed" from="." to="ColorSprite" method="_on_Brick_life_changed"]
|
|
|
[connection signal="life_changed" from="." to="LifeDisplay" method="_on_Brick_life_changed"]
|
|
|
+[connection signal="life_changed" from="." to="ColorSprite" method="_on_Brick_life_changed"]
|