mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:05:34 +00:00
18 lines
991 B
Text
18 lines
991 B
Text
[gd_resource type="Resource" script_class="BulletScript3D" load_steps=6 format=3 uid="uid://cfhjwydjjjxat"]
|
|
|
|
[ext_resource type="Resource" uid="uid://qrqsywgiij7i" path="res://Resources/Bullets/3D/simple_enemy_bullet_small_3D.tres" id="1_hnqww"]
|
|
[ext_resource type="Script" uid="uid://b5s5mjuk1rng5" path="res://Scripts/Resources/TimeModifier.cs" id="2_q5dwt"]
|
|
[ext_resource type="Script" uid="uid://bxiprx5nwmpnu" path="res://Scripts/AttackPatterns/ShootingPattern3D.cs" id="3_ko0d0"]
|
|
[ext_resource type="Script" uid="uid://w8hcpu68ssq" path="res://Scripts/Resources/BulletScripts/BulletScript3D.cs" id="4_hhjh3"]
|
|
|
|
[sub_resource type="Resource" id="Resource_7yyul"]
|
|
script = ExtResource("3_ko0d0")
|
|
BulletResource = ExtResource("1_hnqww")
|
|
UseParentRotationOffset = true
|
|
spread = 180.0
|
|
metadata/_custom_type_script = "uid://bxiprx5nwmpnu"
|
|
|
|
[resource]
|
|
script = ExtResource("4_hhjh3")
|
|
Patterns = Array[Object]([SubResource("Resource_7yyul")])
|
|
metadata/_custom_type_script = "uid://w8hcpu68ssq"
|