mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 18:25:53 +00:00
Basic laser integration
This commit is contained in:
parent
d16f9b3b9d
commit
4011a7c6f6
15 changed files with 1028 additions and 284 deletions
13
Resources/BulletScripts/LaserTest_1.tres
Normal file
13
Resources/BulletScripts/LaserTest_1.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="LaserPattern" format=3 uid="uid://cdurqf6rk3utj"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://dgwsfxku5csp5" path="res://Resources/BulletScripts/Laser_Bullet_Resource_test.tres" id="1_22aun"]
|
||||
[ext_resource type="Script" uid="uid://b5s5mjuk1rng5" path="res://Scripts/Resources/TimeModifier.cs" id="1_l746i"]
|
||||
[ext_resource type="Script" uid="uid://ckcuhstelos4x" path="res://Scripts/AttackPatterns/LaserPattern.cs" id="2_22aun"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_22aun")
|
||||
BulletResource = ExtResource("1_22aun")
|
||||
bulletCount = 8
|
||||
duration = 5.0
|
||||
ShotsPerBurst = 1
|
||||
metadata/_custom_type_script = "uid://ckcuhstelos4x"
|
||||
Loading…
Add table
Add a link
Reference in a new issue