Graphics pass
This commit is contained in:
parent
51af0ea751
commit
fb47693a99
42 changed files with 821 additions and 95 deletions
15
scenes/elements/bee_spawner.tscn
Normal file
15
scenes/elements/bee_spawner.tscn
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://ddf2mkkw1trkj"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/scripts/bee_spawner.gd" id="1_uaq7f"]
|
||||
[ext_resource type="AudioStream" uid="uid://jdk681m35wt4" path="res://resources/SFX/bee.ogg" id="2_ghw8w"]
|
||||
[ext_resource type="AudioStream" uid="uid://dpgl5huwc4yl8" path="res://resources/SFX/mixkit-big-bee-hard-flying-sound-42.wav" id="3_w50i8"]
|
||||
|
||||
[node name="BeeSpawner" type="Node2D"]
|
||||
script = ExtResource("1_uaq7f")
|
||||
|
||||
[node name="BeeSound" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("2_ghw8w")
|
||||
|
||||
[node name="BigBeeSound" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("3_w50i8")
|
||||
volume_db = -10.138
|
||||
Loading…
Add table
Add a link
Reference in a new issue