conforms file names to consistant standard
This commit is contained in:
21
projectiles/rocket/scn_rocket.tscn
Normal file
21
projectiles/rocket/scn_rocket.tscn
Normal file
@@ -0,0 +1,21 @@
|
||||
[gd_scene format=3 uid="uid://p2vwo8ivben6"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://di2wwvkv4wov1" path="res://scenes/projectiles/homing_projectile.tscn" id="1_fnn4i"]
|
||||
[ext_resource type="Script" uid="uid://bs1sle66bd7e" path="res://projectiles/rocket/src_rocket.gd" id="2_86up0"]
|
||||
[ext_resource type="Texture2D" uid="uid://bode8mfmr3r1h" path="res://projectiles/rocket/tex_rocket.png" id="3_aonkx"]
|
||||
[ext_resource type="AudioStream" uid="uid://dknygn5eyuhxt" path="res://audio/aud_shot.wav" id="4_i5kff"]
|
||||
|
||||
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_4rf40"]
|
||||
random_pitch = 1.1
|
||||
streams_count = 1
|
||||
stream_0/stream = ExtResource("4_i5kff")
|
||||
|
||||
[node name="Rocket" unique_id=157218563 instance=ExtResource("1_fnn4i")]
|
||||
script = ExtResource("2_86up0")
|
||||
|
||||
[node name="Sprite3D" parent="." index="1"]
|
||||
pixel_size = 0.013
|
||||
texture = ExtResource("3_aonkx")
|
||||
|
||||
[node name="AudioStreamPlayer" parent="." index="2"]
|
||||
stream = SubResource("AudioStreamRandomizer_4rf40")
|
||||
Reference in New Issue
Block a user