Finish music sync and remove placeholder
This commit is contained in:
parent
d03bc0806b
commit
78217f95ce
6 changed files with 9 additions and 12 deletions
|
@ -1 +1 @@
|
|||
Subproject commit f14cd281b7ecd66acb9022100700c89914fe49c1
|
||||
Subproject commit 9b3d9ce95b047b2abdd3444a524683e74df750ea
|
BIN
assets/bgm.ogg
BIN
assets/bgm.ogg
Binary file not shown.
|
@ -701,6 +701,8 @@ layout_mode = 1
|
|||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = 788.0
|
||||
offset_bottom = 788.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
color = Color(0, 0, 0, 1)
|
||||
|
|
|
@ -12,7 +12,7 @@ tracks/0/path = NodePath(".")
|
|||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 11, 46, 58),
|
||||
"times": PackedFloat32Array(0, 11.889, 46, 58),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1),
|
||||
"values": [{
|
||||
"args": [0],
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://dfvl3luba7j4"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://dfvl3luba7j4"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://5hxbsfm0aa0" path="res://icon.svg" id="1_3phrh"]
|
||||
[ext_resource type="FontFile" uid="uid://b55n3f2bh16v5" path="res://assets/fonts/Linebeam.ttf" id="2_04cpk"]
|
||||
|
||||
[sub_resource type="GDScript" id="GDScript_axp0a"]
|
||||
|
@ -166,10 +165,6 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="Icon" type="Sprite2D" parent="."]
|
||||
position = Vector2(1762, 150)
|
||||
texture = ExtResource("1_3phrh")
|
||||
|
||||
[node name="Timer" type="Timer" parent="."]
|
||||
wait_time = 1.5
|
||||
one_shot = true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[preset.0]
|
||||
|
||||
name="first-export-test"
|
||||
name="v0.0.1"
|
||||
platform="Linux"
|
||||
runnable=true
|
||||
advanced_options=false
|
||||
|
@ -9,7 +9,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="target"
|
||||
export_path="output/v0.0.1/linux/demo.x86_64"
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
encrypt_pck=false
|
||||
|
@ -40,7 +40,7 @@ rm -rf \"{temp_dir}\""
|
|||
|
||||
[preset.1]
|
||||
|
||||
name="Windows Desktop"
|
||||
name="v0.0.1"
|
||||
platform="Windows Desktop"
|
||||
runnable=true
|
||||
advanced_options=false
|
||||
|
@ -49,7 +49,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="output/first-windows-text.exe"
|
||||
export_path="output/v0.0.1/win/demo.exe"
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
encrypt_pck=false
|
||||
|
|
Loading…
Reference in a new issue