烧香游戏
This commit is contained in:
parent
a8f75d2c61
commit
f30ce7d2c6
@ -5,3 +5,4 @@ signal exit(arg)
|
||||
|
||||
func _ready() -> void:
|
||||
layer = GlobalConfig.CANVAS_LAYER_LITTLE_GAME
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user