mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 07:45:33 +00:00
Update resource
This commit is contained in:
parent
99281deef4
commit
e735060f93
1 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=9 format=3 uid="uid://crcdug04y1dxy"]
|
||||
[gd_scene format=3 uid="uid://crcdug04y1dxy"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cg6y36s7buapp" path="res://Scripts/Weapons/Bullet3D.cs" id="1_1hlxa"]
|
||||
[ext_resource type="Texture2D" uid="uid://dooyhu8vt63vm" path="res://Sprites/Bullets/mid_bullet_blue.png" id="2_1hlxa"]
|
||||
|
|
@ -18,29 +18,29 @@ material = SubResource("StandardMaterial3D_t5ure")
|
|||
size = Vector2(0.1, 0.1)
|
||||
orientation = 1
|
||||
|
||||
[node name="Bullet" type="Area3D" groups=["bullets"]]
|
||||
[node name="Bullet" type="Area3D" unique_id=1375232927 groups=["bullets"]]
|
||||
collision_layer = 136
|
||||
collision_mask = 87
|
||||
script = ExtResource("1_1hlxa")
|
||||
Speed = 200.0
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="Sprite" type="Sprite3D" parent="."]
|
||||
[node name="Sprite" type="Sprite3D" parent="." unique_id=1926728911]
|
||||
transform = Transform3D(0.707107, -0.5, 0.5, 0, 0.707107, 0.707107, -0.707107, -0.5, 0.5, 0, 0, 0)
|
||||
pixel_size = 0.05
|
||||
texture_filter = 0
|
||||
texture = ExtResource("2_1hlxa")
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape3D" parent="."]
|
||||
[node name="CollisionShape" type="CollisionShape3D" parent="." unique_id=266849611]
|
||||
shape = SubResource("SphereShape3D_pklkt")
|
||||
|
||||
[node name="VisibleOnScreenNotifier" type="VisibleOnScreenNotifier3D" parent="."]
|
||||
[node name="VisibleOnScreenNotifier" type="VisibleOnScreenNotifier3D" parent="." unique_id=526771795]
|
||||
|
||||
[node name="GrazeSound" type="AudioStreamPlayer3D" parent="."]
|
||||
[node name="GrazeSound" type="AudioStreamPlayer3D" parent="." unique_id=1335069946]
|
||||
stream = ExtResource("3_4sq4m")
|
||||
bus = &"Effects"
|
||||
|
||||
[node name="GrazeParticles" type="GPUParticles3D" parent="."]
|
||||
[node name="GrazeParticles" type="GPUParticles3D" parent="." unique_id=899936838]
|
||||
transform = Transform3D(0.70710677, 0.49999997, 0.49999997, 0, 0.70710677, -0.70710677, -0.70710677, 0.49999997, 0.49999997, 0, 0, 0)
|
||||
emitting = false
|
||||
amount = 2
|
||||
|
|
@ -50,7 +50,7 @@ local_coords = true
|
|||
process_material = ExtResource("4_83jmy")
|
||||
draw_pass_1 = SubResource("QuadMesh_nd0aw")
|
||||
|
||||
[node name="Shadow" type="Decal" parent="."]
|
||||
[node name="Shadow" type="Decal" parent="." unique_id=346754827]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.40163803, 0)
|
||||
size = Vector3(0.5, 1.1991043, 0.5)
|
||||
texture_albedo = ExtResource("5_a0er3")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue