mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 14:33:47 +00:00
working spder bomb
This commit is contained in:
parent
6125565d8c
commit
f1f40a91dd
17 changed files with 400 additions and 105 deletions
18
Resources/Bullets/Spider_Bomb_Bullet.tres
Normal file
18
Resources/Bullets/Spider_Bomb_Bullet.tres
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[gd_resource type="Resource" script_class="BulletResource" load_steps=3 format=3 uid="uid://dwxn7f1ue0m4s"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://64ax2lj77sr1" path="res://Scenes/Weapons/Bullets/spider_bomb_bullet.tscn" id="1_8gj5r"]
|
||||
[ext_resource type="Script" uid="uid://dslyrfcej3g2n" path="res://Scripts/Resources/BulletResource.cs" id="1_f2i0g"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_f2i0g")
|
||||
BulletScene = ExtResource("1_8gj5r")
|
||||
BulletSpeed = 40.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 0.0
|
||||
LifeTime = 50.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 1
|
||||
DamageType = 0
|
||||
Controllable = true
|
||||
TimeModifiers = null
|
||||
metadata/_custom_type_script = "uid://dslyrfcej3g2n"
|
||||
Loading…
Add table
Add a link
Reference in a new issue