mirror of
https://codeberg.org/Melon-Bread/Comets.gd.git
synced 2025-07-06 22:54:36 -04:00
Update ship.tscn and ship.gd
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
[ext_resource type="Script" path="res://scripts/ship.gd" id="1_japvq"]
|
||||
[ext_resource type="Texture2D" uid="uid://qcnuvee2jcp0" path="res://assets/img/ship.png" id="1_ymcdl"]
|
||||
[ext_resource type="AudioStream" uid="uid://cg6v2xvf4jkkv" path="res://assets/sfx/shoot.wav" id="3_kvryg"]
|
||||
[ext_resource type="AudioStream" uid="uid://cycpanck51dqd" path="res://assets/sfx/explosion.wav" id="4_gdodt"]
|
||||
[ext_resource type="AudioStream" uid="uid://cycpanck51dqd" path="res://assets/sfx/crash.wav" id="4_i4skj"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_qfhr1"]
|
||||
length = 0.001
|
||||
@ -86,7 +86,7 @@ position = Vector2(0, -33)
|
||||
stream = ExtResource("3_kvryg")
|
||||
|
||||
[node name="CrashSound" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("4_gdodt")
|
||||
stream = ExtResource("4_i4skj")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
|
Reference in New Issue
Block a user