mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 11:53:46 +00:00
3D bullet rotation
This commit is contained in:
parent
4541c5fbf4
commit
1a455251a9
43 changed files with 279 additions and 203 deletions
|
|
@ -1,24 +0,0 @@
|
|||
[gd_resource type="Resource" script_class="BulletResource" load_steps=3 format=3 uid="uid://bpreje4f8ok62"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cmd3j4xc2f287" path="res://Scenes/Weapons/Explosion_Bullet_3D.tscn" id="1_ru0fo"]
|
||||
[ext_resource type="Script" uid="uid://dslyrfcej3g2n" path="res://Scripts/Resources/BulletResource.cs" id="2_2eq50"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_2eq50")
|
||||
BulletScene = ExtResource("1_ru0fo")
|
||||
BulletSpeed = 0.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 8.0
|
||||
MaxDamage = 1.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 0.4
|
||||
DestroyOnCollision = false
|
||||
Owner = 0
|
||||
DamageType = 4
|
||||
RotateSprite = false
|
||||
Controllable = false
|
||||
Freezable = true
|
||||
Grazeable = false
|
||||
GrazeValue = 1.0
|
||||
Attributes = 16
|
||||
TimeModifiers = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue