[gd_scene load_steps=6 format=3 uid="uid://dms0cw7opfd64"] [ext_resource type="PackedScene" uid="uid://csacin2gx2tum" path="res://scenes/spaceShip/spaceShip.tscn" id="1_bm7fr"] [ext_resource type="Script" uid="uid://m3hn5tl2nidk" path="res://scenes/spaceShip/timeGhost/timeghost.gd" id="2_57067"] [ext_resource type="PackedScene" uid="uid://eqo7k2ronf8k" path="res://scenes/areas/damageArea/damageArea.tscn" id="3_5nmba"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_5nmba"] size = Vector2(50, 50) [sub_resource type="RectangleShape2D" id="RectangleShape2D_m3s7j"] size = Vector2(50, 50) [node name="Timeghost" groups=["timeGhost"] instance=ExtResource("1_bm7fr")] modulate = Color(0, 1, 1, 1) collision_layer = 20 script = ExtResource("2_57067") invincible = true [node name="CollisionShape2D" parent="." index="0"] shape = SubResource("RectangleShape2D_5nmba") disabled = true [node name="hurtArea" parent="." index="1"] visible = false [node name="DamageArea" parent="." index="4" instance=ExtResource("3_5nmba")] damage = 10 [node name="CollisionShape2D" parent="DamageArea" index="0"] shape = SubResource("RectangleShape2D_m3s7j") disabled = true [editable path="DamageArea"]