[gd_scene load_steps=17 format=3 uid="uid://d1rlw6ddpmrn8"] [ext_resource type="Script" uid="uid://bjs2u8gogvs03" path="res://Scripts/Actors/Boss.cs" id="1_na4uq"] [ext_resource type="Resource" uid="uid://ks6fypeil6gk" path="res://Resources/BossPhases/TestBoss1.tres" id="2_1rhf6"] [ext_resource type="Texture2D" uid="uid://bcqgke6dthlrj" path="res://Sprites/Actors/Rumia.png" id="2_7k5gp"] [ext_resource type="Resource" uid="uid://ddb5dqocmk6x7" path="res://Resources/BossPhases/Rumia_NS2.tres" id="2_eyxw4"] [ext_resource type="Resource" uid="uid://hy1alw04fbds" path="res://Resources/BossPhases/Rumia_Lasers.tres" id="2_p8j4e"] [ext_resource type="Script" uid="uid://c4qmuxjhheahr" path="res://Scripts/Components/ProximityPlayerDetection.cs" id="3_gka5j"] [ext_resource type="Resource" uid="uid://ccj0cqbveey8c" path="res://Resources/BossPhases/Rumia_SP1.tres" id="3_j7lbl"] [ext_resource type="Texture2D" uid="uid://csuprfskdo1qp" path="res://Sprites/Portraits/Rumia.png" id="4_at5iq"] [ext_resource type="PackedScene" uid="uid://bwlstkdibs7oc" path="res://Scenes/HUD/BossHud.tscn" id="4_ehp8q"] [ext_resource type="PackedScene" uid="uid://crry0rgk7a8sm" path="res://Scenes/Weapons/BaseWeapon.tscn" id="4_xc6nm"] [ext_resource type="PackedScene" uid="uid://cuixq5ex0j40h" path="res://Scenes/enemyBullet.tscn" id="5_g1p0m"] [ext_resource type="Script" uid="uid://c6467d6yx50qh" path="res://Scripts/Components/BulletSpawner.cs" id="7_2obh7"] [sub_resource type="CircleShape2D" id="CircleShape2D_8gtts"] radius = 7.0 [sub_resource type="CircleShape2D" id="CircleShape2D_cacb5"] radius = 4.0 [sub_resource type="CircleShape2D" id="CircleShape2D_v711r"] radius = 85.0529 [sub_resource type="RectangleShape2D" id="RectangleShape2D_m1rsg"] size = Vector2(8, 12) [node name="Rumia" type="CharacterBody2D" groups=["Destroyable"]] collision_layer = 16 collision_mask = 9 script = ExtResource("1_na4uq") BossName = "Rumia" Phases = Array[Resource]([ExtResource("2_1rhf6"), ExtResource("3_j7lbl"), ExtResource("2_eyxw4"), ExtResource("2_p8j4e")]) BossHudPrefab = ExtResource("4_ehp8q") CameraOffset = Vector2(0, 32) _bossPortraitTexture = ExtResource("4_at5iq") Health = 200.0 metadata/_edit_group_ = true [node name="Sprite2D" type="Sprite2D" parent="."] texture = ExtResource("2_7k5gp") [node name="Damage_HitBox" type="CollisionShape2D" parent="."] visible = false shape = SubResource("CircleShape2D_8gtts") [node name="RigidBody2D" type="RigidBody2D" parent="."] collision_layer = 16 [node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"] visible = false position = Vector2(0, 5) shape = SubResource("CircleShape2D_cacb5") [node name="PlayerDetection" type="Area2D" parent="."] visible = false collision_layer = 16 collision_mask = 2 script = ExtResource("3_gka5j") [node name="PlayerDetectionArea" type="CollisionShape2D" parent="PlayerDetection"] shape = SubResource("CircleShape2D_v711r") [node name="ShootTimer" type="Timer" parent="."] wait_time = 0.4 one_shot = true [node name="Weapon" parent="." instance=ExtResource("4_xc6nm")] BulletScene = ExtResource("5_g1p0m") [node name="NavigationAgent2D" type="NavigationAgent2D" parent="."] target_desired_distance = 64.0 path_max_distance = 800.0 path_postprocessing = 1 avoidance_enabled = true debug_enabled = true debug_path_custom_color = Color(1, 0, 0, 1) [node name="DamageHitbox" type="Area2D" parent="."] collision_layer = 16 collision_mask = 9 [node name="CollisionShape2D" type="CollisionShape2D" parent="DamageHitbox"] shape = SubResource("RectangleShape2D_m1rsg") [node name="BulletSpawner" type="Node2D" parent="."] script = ExtResource("7_2obh7") BulletScene = ExtResource("5_g1p0m") [connection signal="area_entered" from="PlayerDetection" to="PlayerDetection" method="_on_area_entered"] [connection signal="area_exited" from="PlayerDetection" to="." method="_on_area_exited"] [connection signal="velocity_computed" from="NavigationAgent2D" to="." method="_on_navigation_agent_2d_velocity_computed"] [connection signal="area_entered" from="DamageHitbox" to="." method="_on_damage_hitbox_area_entered"]