mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 23:55:55 +00:00
Shooting
This commit is contained in:
parent
1229613def
commit
341f76d885
17 changed files with 156 additions and 55 deletions
24
Resources/Bullets/icicle_gun_bullets_3D.tres
Normal file
24
Resources/Bullets/icicle_gun_bullets_3D.tres
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_resource type="Resource" script_class="BulletResource" load_steps=3 format=3 uid="uid://csmq6hngkx41e"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://byc67yxbkefyk" path="res://Scenes/Weapons/bullet_3D.tscn" id="1_qojek"]
|
||||
[ext_resource type="Script" uid="uid://dslyrfcej3g2n" path="res://Scripts/Resources/BulletResource.cs" id="3_xep6w"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_xep6w")
|
||||
BulletScene = ExtResource("1_qojek")
|
||||
BulletSpeed = 10.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 0.4
|
||||
MaxDamage = 1.0
|
||||
Knockback = 100.0
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 1
|
||||
DamageType = 3
|
||||
RotateSprite = false
|
||||
Controllable = false
|
||||
Freezable = true
|
||||
Grazeable = false
|
||||
GrazeValue = 0.2
|
||||
Attributes = 256
|
||||
TimeModifiers = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue