fix some bug and new export
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://36q833dx6dmq"]
|
||||
[gd_scene load_steps=9 format=3 uid="uid://36q833dx6dmq"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c3i2bhlectmoo" path="res://script/ship.gd" id="1_4cq66"]
|
||||
[ext_resource type="Texture2D" uid="uid://b037piy3tkefs" path="res://assets/ship.png" id="1_l3rv8"]
|
||||
[ext_resource type="PackedScene" uid="uid://b1jtii12cqye1" path="res://scene/shoot.tscn" id="2_v4325"]
|
||||
[ext_resource type="AudioStream" uid="uid://tmrih6eoxo2a" path="res://audio/flopp med underleppa (flanger9).wav" id="4_fbih1"]
|
||||
[ext_resource type="AudioStream" uid="uid://c85io0gs75sb8" path="res://audio/lose sound 2 - 1_0.wav" id="5_l7n8u"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_fbih1"]
|
||||
length = 0.001
|
||||
@@ -65,3 +67,11 @@ polygon = PackedVector2Array(14, 0, -12, -10, -12, 9)
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="."]
|
||||
position = Vector2(15, 0)
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("4_fbih1")
|
||||
volume_db = -10.0
|
||||
|
||||
[node name="AudioStreamPlayer2" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("5_l7n8u")
|
||||
volume_db = -5.0
|
||||
|
||||
Reference in New Issue
Block a user