sfx update
This commit is contained in:
parent
bf16dfe508
commit
cd361e3338
16 changed files with 682 additions and 105 deletions
|
@ -1,9 +1,10 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://c87easb8570vd"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://c87easb8570vd"]
|
||||
|
||||
[ext_resource type="PhysicsMaterial" uid="uid://c5tm7od8mwjjb" path="res://elastic.tres" id="1_1oplx"]
|
||||
[ext_resource type="Script" path="res://Shield.gd" id="2_q7qjq"]
|
||||
[ext_resource type="Texture2D" uid="uid://xq1dd6w22i6f" path="res://Hexagon outline.png" id="2_x53yb"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://6oj6l7lnsjhi" path="res://exagon.gif" id="4_cfpay"]
|
||||
[ext_resource type="AudioStream" uid="uid://b73ik24u615jc" path="res://phaserDown1.ogg" id="5_8ceda"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_evq3y"]
|
||||
radius = 25.0
|
||||
|
@ -24,6 +25,10 @@ texture = ExtResource("2_x53yb")
|
|||
position = Vector2(13, 194)
|
||||
polygon = PackedVector2Array(-13, -443, 204, -317, 206, -69, -12, 57, -231, -71, -231, -316)
|
||||
|
||||
[node name="PowerDownFX" type="AudioStreamPlayer2D" parent="Shield"]
|
||||
stream = ExtResource("5_8ceda")
|
||||
pitch_scale = 0.95
|
||||
|
||||
[node name="Generator" type="StaticBody2D" parent="."]
|
||||
|
||||
[node name="Sprite" type="AnimatedSprite2D" parent="Generator"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue