mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 19:01:16 +00:00
3D bullet rotation
This commit is contained in:
parent
4541c5fbf4
commit
1a455251a9
43 changed files with 279 additions and 203 deletions
23
Resources/Bullets/3D/rice_bullet_small_blue_3D.tres
Normal file
23
Resources/Bullets/3D/rice_bullet_small_blue_3D.tres
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[gd_resource type="Resource" script_class="BulletResource" load_steps=4 format=3 uid="uid://cvcpb6u6mo8oo"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://d28e1t2c0lwbp" path="res://Scenes/Weapons/base_enemy_bullet_3D.tscn" id="1_8m7mi"]
|
||||
[ext_resource type="Texture2D" uid="uid://wdw60fumilgh" path="res://Sprites/Bullets/rice_bullet_blue_small.png" id="2_p44mg"]
|
||||
[ext_resource type="Script" uid="uid://dslyrfcej3g2n" path="res://Scripts/Resources/BulletResource.cs" id="3_56owm"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_56owm")
|
||||
BulletScene = ExtResource("1_8m7mi")
|
||||
BulletSprite = ExtResource("2_p44mg")
|
||||
BulletSize = 0.08
|
||||
BulletSpeed = 2.5
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 20.0
|
||||
MaxDamage = 1.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 20.0
|
||||
Owner = 2
|
||||
DamageType = 0
|
||||
GrazeValue = 0.2
|
||||
Attributes = 98
|
||||
TimeModifiers = null
|
||||
metadata/_custom_type_script = "uid://dslyrfcej3g2n"
|
||||
Loading…
Add table
Add a link
Reference in a new issue