From f30ce7d2c60fa9613d82429a560b9b5fca10f038 Mon Sep 17 00:00:00 2001 From: cakipaul Date: Wed, 3 Sep 2025 22:39:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=A7=E9=A6=99=E6=B8=B8=E6=88=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ground/script/c04/s05_closeup烧香游戏.gd | 1 + .../script/c04/s05_closeup烧香游戏.tscn | 45 ++++++++++++++++--- 2 files changed, 39 insertions(+), 7 deletions(-) diff --git a/scene/ground/script/c04/s05_closeup烧香游戏.gd b/scene/ground/script/c04/s05_closeup烧香游戏.gd index 00b04ceb..cb2f10e7 100644 --- a/scene/ground/script/c04/s05_closeup烧香游戏.gd +++ b/scene/ground/script/c04/s05_closeup烧香游戏.gd @@ -5,3 +5,4 @@ signal exit(arg) func _ready() -> void: layer = GlobalConfig.CANVAS_LAYER_LITTLE_GAME + diff --git a/scene/ground/script/c04/s05_closeup烧香游戏.tscn b/scene/ground/script/c04/s05_closeup烧香游戏.tscn index 0715e262..048862a4 100644 --- a/scene/ground/script/c04/s05_closeup烧香游戏.tscn +++ b/scene/ground/script/c04/s05_closeup烧香游戏.tscn @@ -1,21 +1,52 @@ -[gd_scene load_steps=7 format=3 uid="uid://bgrsj77ib4aft"] +[gd_scene load_steps=13 format=3 uid="uid://bgrsj77ib4aft"] [ext_resource type="Script" uid="uid://d2opetdllxqom" path="res://scene/ground/script/c04/s05_closeup烧香游戏.gd" id="1_oe4qf"] +[ext_resource type="Texture2D" uid="uid://c2fbih5vvkdqg" path="res://asset/art/scene/c04/s05_客厅/烧香游戏/背景.png" id="2_44hkt"] [ext_resource type="Texture2D" uid="uid://cbql1i4hblmt1" path="res://asset/art/ui/遮罩/inspect特写通用遮罩.png" id="2_n3udk"] [ext_resource type="PackedScene" uid="uid://dmysq4sxx8iqh" path="res://scene/entity/ux/content_inspector.tscn" id="3_0wwrt"] +[ext_resource type="Texture2D" uid="uid://bpb1rdvw2j6j8" path="res://asset/art/scene/c04/s05_客厅/烧香游戏/有影子的底图.png" id="3_q67ed"] +[ext_resource type="Texture2D" uid="uid://dqommrb7br07q" path="res://asset/art/scene/c04/s05_客厅/烧香游戏/人.png" id="4_q4ve3"] [ext_resource type="Texture2D" uid="uid://f186lvt5y2ql" path="res://asset/art/ui/遮罩/inspect背景遮罩.png" id="5_ejjam"] +[ext_resource type="Texture2D" uid="uid://vp8ha1t0xutc" path="res://asset/art/scene/c04/s05_客厅/烧香游戏/碗.png" id="5_ja0s8"] [ext_resource type="Script" uid="uid://dpocj5al0rvai" path="res://ui/text_helper.gd" id="6_cwegt"] +[ext_resource type="Texture2D" uid="uid://bnxxwj8xumchl" path="res://asset/art/scene/c04/s05_客厅/烧香游戏/煮熟的肉道具.png" id="6_d47x7"] [ext_resource type="Texture2D" uid="uid://fburdgkqrphw" path="res://asset/art/scene/c04/s00_父母房间桌面_客厅儿童画墙面/c03_药方.png" id="6_oe4qf"] +[ext_resource type="Texture2D" uid="uid://dd5yhsvuxulss" path="res://asset/art/scene/c04/s05_客厅/烧香游戏/效果图1.png" id="7_ghlwm"] [node name="Closeup烧香游戏" type="CanvasLayer"] script = ExtResource("1_oe4qf") +metadata/_edit_horizontal_guides_ = [38.0] -[node name="BG" type="TextureRect" parent="."] -anchors_preset = 15 -anchor_right = 1.0 -anchor_bottom = 1.0 -grow_horizontal = 2 -grow_vertical = 2 +[node name="背景" type="Sprite2D" parent="."] +texture = ExtResource("2_44hkt") +centered = false + +[node name="桌子" type="Sprite2D" parent="."] +position = Vector2(-41, 68) +texture = ExtResource("3_q67ed") +centered = false + +[node name="人_胳膊" type="Sprite2D" parent="桌子"] +position = Vector2(192, -68) +texture = ExtResource("4_q4ve3") +centered = false + +[node name="三碗" type="Sprite2D" parent="."] +position = Vector2(51, 86) +texture = ExtResource("5_ja0s8") +centered = false + +[node name="碗" type="Sprite2D" parent="."] +position = Vector2(205, 159) +texture = ExtResource("6_d47x7") +centered = false + +[node name="效果图" type="Sprite2D" parent="."] +visible = false +self_modulate = Color(1, 1, 1, 0.52549) +position = Vector2(-41, 0) +texture = ExtResource("7_ghlwm") +centered = false [node name="遮罩" type="TextureRect" parent="."] anchors_preset = 15