fix some bug and new export
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://c6dtnhntsit8m"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://c6dtnhntsit8m"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b0oww62n1rvul" path="res://script/ui.gd" id="1_kee8w"]
|
||||
[ext_resource type="Texture2D" uid="uid://b037piy3tkefs" path="res://assets/ship.png" id="1_onfsl"]
|
||||
[ext_resource type="Theme" uid="uid://b46gto6k33wqr" path="res://theme.tres" id="1_s2f8l"]
|
||||
[ext_resource type="AudioStream" uid="uid://mlm2gi1vqj4b" path="res://audio/424911-impactshort78.wav" id="4_xh8xk"]
|
||||
|
||||
[node name="UI" type="CanvasLayer" node_paths=PackedStringArray("box_player1", "label_score")]
|
||||
script = ExtResource("1_kee8w")
|
||||
@@ -71,3 +72,7 @@ theme = ExtResource("1_s2f8l")
|
||||
text = "0"
|
||||
horizontal_alignment = 2
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("4_xh8xk")
|
||||
volume_db = -12.0
|
||||
|
||||
Reference in New Issue
Block a user