mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-03 22:21:16 +00:00
Danmaku system
This commit is contained in:
parent
9c8ec486fc
commit
fdec052c16
38 changed files with 924 additions and 9 deletions
21
Resources/Patterns/rumia_ns_1.tres
Normal file
21
Resources/Patterns/rumia_ns_1.tres
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[gd_resource type="Resource" script_class="TargetedPattern" load_steps=5 format=3 uid="uid://csudslb5tliw4"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://by2rk6gx67f7e" path="res://Scenes/Weapons/Bullets/enemyBullet_yellow.tscn" id="1_pocps"]
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/DecreasingSpeedModifier.cs" id="2_wxqq0"]
|
||||
[ext_resource type="Script" path="res://Scripts/AttackPatterns/TargetedPattern.cs" id="3_ht3k1"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_jeq72"]
|
||||
script = ExtResource("2_wxqq0")
|
||||
decreaseRate = 4.0
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_ht3k1")
|
||||
BulletScene = ExtResource("1_pocps")
|
||||
bulletSpeed = 50.0
|
||||
duration = 4.0
|
||||
burstInterval = 0.4
|
||||
bulletsPerShot = 10
|
||||
spread = 0.0
|
||||
owner = 2
|
||||
modifier = SubResource("Resource_jeq72")
|
||||
WaitForCompletion = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue