Import megami

This commit is contained in:
2023-09-04 04:52:41 -07:00
parent b29f7ce75b
commit 70bf65887c
7 changed files with 2376 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=10 format=3 uid="uid://0hdnmilwrsq6"]
[gd_scene load_steps=9 format=3 uid="uid://0hdnmilwrsq6"]
[ext_resource type="Script" path="res://Scripts/FinalLevel.cs" id="1_sy7dk"]
[ext_resource type="Script" path="res://Scripts/HealthbarProgress.cs" id="2_53ar2"]
@@ -8,9 +8,6 @@
[ext_resource type="PackedScene" uid="uid://b0chkusc2bo2v" path="res://Levels/Final Levels/Stage9/AnimatedFinal.tscn" id="6_8beqh"]
[ext_resource type="PackedScene" uid="uid://b1j0g6ikmnibm" path="res://Scenes/HPComponent.tscn" id="7_nvq88"]
[sub_resource type="BoxShape3D" id="BoxShape3D_slhvd"]
size = Vector3(2.65272, 5.04315, 1.02395)
[sub_resource type="LabelSettings" id="LabelSettings_cs88m"]
font_color = Color(0, 0, 0, 1)
@@ -25,21 +22,6 @@ script = ExtResource("3_xr71f")
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.29148, 0.123258, 5.44653)
script = ExtResource("3_xr71f")
[node name="God Circuit" parent="." instance=ExtResource("4_vmhpd")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.54956, 1.08022, -0.0539055)
[node name="Area3D" type="Area3D" parent="God Circuit"]
collision_layer = 0
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="God Circuit/Area3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.89871, 1.49756, -2.3792)
shape = SubResource("BoxShape3D_slhvd")
[node name="HP Component" parent="God Circuit" node_paths=PackedStringArray("_healthBar") instance=ExtResource("7_nvq88")]
MaximumHP = 100000000
_healthBar = NodePath("../../FinalBossGUI/TextureProgressBar")
[node name="FINAL STAGE" parent="." instance=ExtResource("6_8beqh")]
[node name="FinalBossGUI" type="Control" parent="." groups=["BossGUI"]]
@@ -62,8 +44,8 @@ offset_top = 44.0
offset_right = -491.0
offset_bottom = 73.0
grow_horizontal = 2
max_value = 1e+08
value = 1e+08
max_value = 1e+07
value = 1e+07
nine_patch_stretch = true
texture_progress = ExtResource("5_jjg8p")
script = ExtResource("2_53ar2")
@@ -82,4 +64,8 @@ text = "God Circuit
"
label_settings = SubResource("LabelSettings_cs88m")
[connection signal="body_entered" from="God Circuit/Area3D" to="God Circuit" method="OnHit"]
[node name="God Circuit" parent="." instance=ExtResource("4_vmhpd")]
[node name="HP Component" parent="God Circuit" node_paths=PackedStringArray("_healthBar") instance=ExtResource("7_nvq88")]
MaximumHP = 10000000
_healthBar = NodePath("../../FinalBossGUI/TextureProgressBar")