Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
cakipaul 2025-08-18 23:03:57 +08:00
commit 9b3c56a3d7
3 changed files with 14 additions and 4 deletions

View File

@ -9,7 +9,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="../demo0.7.0/xiandie.exe"
export_path="../demo0.7/xiandie.exe"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""

View File

@ -59,11 +59,13 @@ func _ready() -> void:
label2.modulate.a = 0.0
var tween = create_tween()
tween.tween_callback(label1.show)
tween.tween_callback($"Sfx红字音效".play)
tween.tween_property(label1, "modulate:a", 1.0, 0.7)
tween.tween_interval(3.0)
tween.tween_property(label1, "modulate:a", 0.0, 0.7)
tween.tween_callback(label1.hide)
tween.tween_callback(label2.show)
tween.tween_callback($"Sfx红字音效".play)
tween.tween_property(label2, "modulate:a", 1.0, 0.7)
tween.tween_interval(3.0)
tween.tween_property(label2, "modulate:a", 0.0, 0.7)

View File

@ -1,4 +1,4 @@
[gd_scene load_steps=34 format=3 uid="uid://n75766ui6udi"]
[gd_scene load_steps=35 format=3 uid="uid://n75766ui6udi"]
[ext_resource type="Script" uid="uid://5r8bu30xpb6m" path="res://scene/ground/script/c03/s04_closeup整理麻将游戏.gd" id="1_npctd"]
[ext_resource type="AudioStream" uid="uid://dkjpyf2pvh33t" path="res://asset/audio/sfx/game/八音盒/八音盒打开.ogg" id="2_aqudu"]
@ -9,6 +9,7 @@
[ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/audio/sfx.gd" id="3_oarv7"]
[ext_resource type="Texture2D" uid="uid://b2ectbek7vksi" path="res://asset/art/scene/c03/s04_李癞房间/麻将游戏整理/三条.png" id="4_axqt4"]
[ext_resource type="AudioStream" uid="uid://cyh1ynixo2li" path="res://asset/audio/effect/casino/chipLay3.ogg" id="4_ta1cv"]
[ext_resource type="AudioStream" uid="uid://ko5kibky8hcw" path="res://asset/audio/sfx/交互/第一章/红字特效音.ogg" id="5_bw6g4"]
[ext_resource type="AudioStream" uid="uid://dxh48r32lm7p2" path="res://asset/audio/effect/casino/chipsHandle5.ogg" id="5_ivruk"]
[ext_resource type="Texture2D" uid="uid://dis6qtf1hvop2" path="res://asset/art/scene/c03/s04_李癞房间/麻将游戏整理/九筒.png" id="7_f6p4s"]
[ext_resource type="Texture2D" uid="uid://y15vgb2gq2r3" path="res://asset/art/scene/c03/s04_李癞房间/麻将游戏整理/手.png" id="7_rp00l"]
@ -267,6 +268,13 @@ bus = &"game_sfx"
script = ExtResource("3_oarv7")
metadata/_custom_type_script = "uid://rq6w1vuhuq1m"
[node name="Sfx红字音效" type="AudioStreamPlayer" parent="."]
stream = ExtResource("5_bw6g4")
volume_db = -20.0
bus = &"game_sfx"
script = ExtResource("3_oarv7")
metadata/_custom_type_script = "uid://rq6w1vuhuq1m"
[node name="SfxStart" type="AudioStreamPlayer" parent="."]
stream = ExtResource("2_oarv7")
bus = &"game_sfx"
@ -624,7 +632,7 @@ theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_fonts/normal_font = ExtResource("25_52d31")
theme_override_font_sizes/normal_font_size = 40
bbcode_enabled = true
text = "[wave amp=10.0 freq=5.0][shake rate=4.0 level=3]数量不对啊"
text = "[wave amp=10.0 freq=5.0][shake rate=4.0 level=3]"
fit_content = true
autowrap_mode = 1
horizontal_alignment = 1
@ -658,7 +666,7 @@ theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_fonts/normal_font = ExtResource("25_52d31")
theme_override_font_sizes/normal_font_size = 40
bbcode_enabled = true
text = "[wave amp=10.0 freq=5.0][shake rate=4.0 level=3]该理一理了"
text = "[wave amp=10.0 freq=5.0][shake rate=4.0 level=3]"
fit_content = true
autowrap_mode = 1
horizontal_alignment = 1