mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:55:35 +00:00
Now boss FSM Actor movement
This commit is contained in:
parent
4aa7a8322c
commit
c37278075d
19 changed files with 215 additions and 28 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[gd_resource type="Resource" script_class="BossPhase" load_steps=17 format=3 uid="uid://go6rfnglefe8"]
|
||||
[gd_resource type="Resource" script_class="BossPhase" load_steps=20 format=3 uid="uid://go6rfnglefe8"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://bpc2kyft8q2qq" path="res://Resources/Bullets/simple_enemy_bullet_big.tres" id="1_favpk"]
|
||||
[ext_resource type="Script" uid="uid://bgwt0pml2omnf" path="res://Scripts/AttackPatterns/NodeMovementPattern.cs" id="1_hmrwn"]
|
||||
[ext_resource type="Script" uid="uid://b5s5mjuk1rng5" path="res://Scripts/Resources/TimeModifier.cs" id="2_36ba4"]
|
||||
[ext_resource type="Script" uid="uid://c0ndqalsc4jve" path="res://Scripts/AttackPatterns/SpiralPattern.cs" id="3_agmbo"]
|
||||
[ext_resource type="PackedScene" uid="uid://dohakkayqj4w2" path="res://Scenes/Weapons/Bullets/enemyBullet_green.tscn" id="4_agmbo"]
|
||||
|
|
@ -12,6 +13,7 @@
|
|||
[sub_resource type="Resource" id="Resource_n7vdy"]
|
||||
script = ExtResource("3_agmbo")
|
||||
BulletResource = ExtResource("1_favpk")
|
||||
EmitterOffset = Vector2(0, 0)
|
||||
bulletCount = 16
|
||||
rotationSpeed = 15.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
@ -33,12 +35,21 @@ TimeModifiers = Array[ExtResource("2_36ba4")]([])
|
|||
WaitForCompletion = true
|
||||
metadata/_custom_type_script = "uid://c0ndqalsc4jve"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_wkdjr"]
|
||||
script = ExtResource("1_hmrwn")
|
||||
relativeTargetPosition = Vector2(64, 64)
|
||||
moveDuration = 2.0
|
||||
EaseType = 0
|
||||
WaitForCompletion = true
|
||||
metadata/_custom_type_script = "uid://bgwt0pml2omnf"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_du806"]
|
||||
script = ExtResource("5_tppsm")
|
||||
BulletScene = ExtResource("4_agmbo")
|
||||
BulletSpeed = 60.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 12.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 2
|
||||
|
|
@ -54,6 +65,7 @@ metadata/_custom_type_script = "uid://dslyrfcej3g2n"
|
|||
[sub_resource type="Resource" id="Resource_hmrwn"]
|
||||
script = ExtResource("3_agmbo")
|
||||
BulletResource = SubResource("Resource_du806")
|
||||
EmitterOffset = Vector2(0, 0)
|
||||
bulletCount = 8
|
||||
rotationSpeed = 0.0
|
||||
_rotationOffset = -90.0
|
||||
|
|
@ -75,9 +87,18 @@ TimeModifiers = Array[ExtResource("2_36ba4")]([])
|
|||
WaitForCompletion = true
|
||||
metadata/_custom_type_script = "uid://c0ndqalsc4jve"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_hrgj4"]
|
||||
script = ExtResource("1_hmrwn")
|
||||
relativeTargetPosition = Vector2(0, 0)
|
||||
moveDuration = 2.0
|
||||
EaseType = 10
|
||||
WaitForCompletion = true
|
||||
metadata/_custom_type_script = "uid://bgwt0pml2omnf"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_tppsm"]
|
||||
script = ExtResource("3_agmbo")
|
||||
BulletResource = ExtResource("1_favpk")
|
||||
EmitterOffset = Vector2(0, 0)
|
||||
bulletCount = 16
|
||||
rotationSpeed = -15.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
@ -105,6 +126,7 @@ BulletScene = ExtResource("7_du806")
|
|||
BulletSpeed = 120.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 12.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 2
|
||||
|
|
@ -120,6 +142,7 @@ metadata/_custom_type_script = "uid://dslyrfcej3g2n"
|
|||
[sub_resource type="Resource" id="Resource_ctoyw"]
|
||||
script = ExtResource("3_agmbo")
|
||||
BulletResource = SubResource("Resource_ll7yb")
|
||||
EmitterOffset = Vector2(0, 0)
|
||||
bulletCount = 1
|
||||
rotationSpeed = 0.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
@ -147,6 +170,7 @@ BulletScene = ExtResource("6_tppsm")
|
|||
BulletSpeed = 80.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 12.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 2
|
||||
|
|
@ -162,6 +186,7 @@ metadata/_custom_type_script = "uid://dslyrfcej3g2n"
|
|||
[sub_resource type="Resource" id="Resource_we0cr"]
|
||||
script = ExtResource("3_agmbo")
|
||||
BulletResource = SubResource("Resource_qhi1m")
|
||||
EmitterOffset = Vector2(0, 0)
|
||||
bulletCount = 1
|
||||
rotationSpeed = 0.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
@ -188,5 +213,5 @@ script = ExtResource("4_tppsm")
|
|||
PhaseName = "Asdf"
|
||||
Threshold = 0
|
||||
PlayAnimation = false
|
||||
Patterns = Array[Object]([SubResource("Resource_n7vdy"), SubResource("Resource_hmrwn"), SubResource("Resource_tppsm"), SubResource("Resource_ctoyw"), SubResource("Resource_we0cr")])
|
||||
Patterns = Array[Object]([SubResource("Resource_n7vdy"), SubResource("Resource_wkdjr"), SubResource("Resource_hmrwn"), SubResource("Resource_hrgj4"), SubResource("Resource_tppsm"), SubResource("Resource_ctoyw"), SubResource("Resource_we0cr")])
|
||||
metadata/_custom_type_script = "uid://cdd6q2h0t1hhq"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue