Minor fixes
This commit is contained in:
@@ -16,7 +16,7 @@ height = 1.67894
|
|||||||
[node name="Pisces" type="CharacterBody3D" groups=["Player"]]
|
[node name="Pisces" type="CharacterBody3D" groups=["Player"]]
|
||||||
transform = Transform3D(0.33, 0, 0, 0, 0.33, 0, 0, 0, 0.33, 0, 0, 0)
|
transform = Transform3D(0.33, 0, 0, 0, 0.33, 0, 0, 0, 0.33, 0, 0, 0)
|
||||||
script = ExtResource("1_6cdju")
|
script = ExtResource("1_6cdju")
|
||||||
_speed = 3.0
|
_speed = 2.0
|
||||||
_fireProjectile = ExtResource("2_1c3c8")
|
_fireProjectile = ExtResource("2_1c3c8")
|
||||||
_altFireProjectile = ExtResource("3_4eh4a")
|
_altFireProjectile = ExtResource("3_4eh4a")
|
||||||
|
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ _healthBar = NodePath("")
|
|||||||
|
|
||||||
[node name="FinalBossGUI" type="Control" parent="." groups=["BossGUI"]]
|
[node name="FinalBossGUI" type="Control" parent="." groups=["BossGUI"]]
|
||||||
visible = false
|
visible = false
|
||||||
|
z_index = -1
|
||||||
layout_mode = 3
|
layout_mode = 3
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
@@ -52,6 +53,7 @@ grow_horizontal = 2
|
|||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
|
|
||||||
[node name="TextureProgressBar" type="TextureProgressBar" parent="FinalBossGUI"]
|
[node name="TextureProgressBar" type="TextureProgressBar" parent="FinalBossGUI"]
|
||||||
|
z_index = -1
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
anchors_preset = 10
|
anchors_preset = 10
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
@@ -67,6 +69,7 @@ texture_progress = ExtResource("5_jjg8p")
|
|||||||
script = ExtResource("2_53ar2")
|
script = ExtResource("2_53ar2")
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="FinalBossGUI"]
|
[node name="Label" type="Label" parent="FinalBossGUI"]
|
||||||
|
z_index = -1
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
anchors_preset = 5
|
anchors_preset = 5
|
||||||
anchor_left = 0.5
|
anchor_left = 0.5
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ size = Vector3(0.470892, 0.604331, 0.423598)
|
|||||||
collision_layer = 0
|
collision_layer = 0
|
||||||
collision_mask = 0
|
collision_mask = 0
|
||||||
script = ExtResource("1_50och")
|
script = ExtResource("1_50och")
|
||||||
_speed = 3.0
|
_speed = 0.5
|
||||||
|
|
||||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="CharacterBody3D"]
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="CharacterBody3D"]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0840461, 0.475385, 0.143401)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0840461, 0.475385, 0.143401)
|
||||||
|
|||||||
Reference in New Issue
Block a user