mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
24 lines
718 B
Text
24 lines
718 B
Text
[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 = []
|