mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 09:13:47 +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://bes254wblt1lm"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bu464cgcdnihv" path="res://Scenes/Weapons/Explosion_Bullet_Small_3D.tscn" id="1_3cxov"]
|
||||
[ext_resource type="Script" uid="uid://dslyrfcej3g2n" path="res://Scripts/Resources/BulletResource.cs" id="2_spahw"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_spahw")
|
||||
BulletScene = ExtResource("1_3cxov")
|
||||
BulletSpeed = 0.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 0.0
|
||||
MaxDamage = 0.0
|
||||
Knockback = 0.0
|
||||
LifeTime = 1.0
|
||||
DestroyOnCollision = false
|
||||
Owner = 0
|
||||
DamageType = 4
|
||||
RotateSprite = false
|
||||
Controllable = false
|
||||
Freezable = false
|
||||
Grazeable = false
|
||||
GrazeValue = 1.0
|
||||
Attributes = 0
|
||||
TimeModifiers = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue