Prechádzať zdrojové kódy

:speaker: Add sound to the main star

DricomDragon 2 rokov pred
rodič
commit
41ac9730d1

+ 13 - 0
godot/component/entity/star/Sound.gd

@@ -0,0 +1,13 @@
+extends AudioStreamPlayer2D
+
+
+func _ready():
+	trigger()
+
+
+func _on_repeater_timeout():
+	trigger()
+
+
+func trigger():
+	play(0.0)

+ 13 - 1
godot/component/entity/star/Star.tscn

@@ -1,6 +1,18 @@
-[gd_scene load_steps=2 format=3 uid="uid://bs4hylgxwbr8y"]
+[gd_scene load_steps=4 format=3 uid="uid://bs4hylgxwbr8y"]
 
 [ext_resource type="Script" path="res://component/entity/star/Star.gd" id="1_bl1jp"]
+[ext_resource type="AudioStream" uid="uid://j4mgj1tvivki" path="res://component/entity/star/hjm-tesla_sound_shot.wav" id="2_io5nk"]
+[ext_resource type="Script" path="res://component/entity/star/Sound.gd" id="3_dccmh"]
 
 [node name="Star" type="PathFollow2D"]
 script = ExtResource("1_bl1jp")
+
+[node name="Sound" type="AudioStreamPlayer2D" parent="."]
+stream = ExtResource("2_io5nk")
+script = ExtResource("3_dccmh")
+
+[node name="Repeater" type="Timer" parent="."]
+wait_time = 2.431
+autostart = true
+
+[connection signal="timeout" from="Repeater" to="Sound" method="_on_repeater_timeout"]

BIN
godot/component/entity/star/hjm-tesla_sound_shot.wav


+ 24 - 0
godot/component/entity/star/hjm-tesla_sound_shot.wav.import

@@ -0,0 +1,24 @@
+[remap]
+
+importer="wav"
+type="AudioStreamWAV"
+uid="uid://j4mgj1tvivki"
+path="res://.godot/imported/hjm-tesla_sound_shot.wav-ec1fd1a72d323afb748d2695ee4481b3.sample"
+
+[deps]
+
+source_file="res://component/entity/star/hjm-tesla_sound_shot.wav"
+dest_files=["res://.godot/imported/hjm-tesla_sound_shot.wav-ec1fd1a72d323afb748d2695ee4481b3.sample"]
+
+[params]
+
+force/8_bit=false
+force/mono=false
+force/max_rate=false
+force/max_rate_hz=44100
+edit/trim=false
+edit/normalize=false
+edit/loop_mode=0
+edit/loop_begin=0
+edit/loop_end=-1
+compress/mode=0

+ 2 - 2
godot/world.tscn

@@ -5,9 +5,9 @@
 
 [sub_resource type="Curve2D" id="Curve2D_dtvs1"]
 _data = {
-"points": PackedVector2Array(0, 0, 0, 0, 915, 227, 0, 0, 0, 0, 465, 410, 0, 0, 0, 0, 116, 294, 0, 0, 0, 0, 33, 85, 0, 0, 0, 0, 584, 207, 0, 0, 0, 0, 857, 161)
+"points": PackedVector2Array(0, 0, 0, 0, 164, 1321, 0, 0, 0, 0, 469, 582, 0, 0, 0, 0, 116, 294, 0, 0, 0, 0, 33, 85, 0, 0, 0, 0, 645, 6, 0, 0, 0, 0, 2213, 300, 0, 0, 0, 0, 979, 300, 0, 0, 0, 0, 138, 895, 0, 0, 0, 0, 1489, 609, 0, 0, 0, 0, 2218, 799, 0, 0, 0, 0, 923, 1018, 0, 0, 0, 0, 249, 1321)
 }
-point_count = 6
+point_count = 12
 
 [node name="World" type="Node2D"]