31 lines
921 B
Plaintext
31 lines
921 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bxpexbk7f3rax"]
|
||
|
||
[ext_resource type="Script" uid="uid://chap3ifmyg20c" path="res://scene/ground/script/c02/敲门游戏.gd" id="1_dnsvv"]
|
||
[ext_resource type="Texture2D" uid="uid://djpmubo5y3jvo" path="res://asset/art/临时草稿/敲门门板.png" id="2_dnsvv"]
|
||
|
||
[node name="敲门游戏" type="CanvasLayer"]
|
||
script = ExtResource("1_dnsvv")
|
||
|
||
[node name="TextureRect" type="TextureRect" parent="."]
|
||
anchors_preset = 8
|
||
anchor_left = 0.5
|
||
anchor_top = 0.5
|
||
anchor_right = 0.5
|
||
anchor_bottom = 0.5
|
||
offset_left = -309.0
|
||
offset_top = -145.0
|
||
offset_right = 1475.0
|
||
offset_bottom = 685.0
|
||
grow_horizontal = 2
|
||
grow_vertical = 2
|
||
scale = Vector2(0.35, 0.35)
|
||
texture = ExtResource("2_dnsvv")
|
||
|
||
[node name="Button" type="Button" parent="."]
|
||
offset_left = 168.0
|
||
offset_top = 139.0
|
||
offset_right = 373.0
|
||
offset_bottom = 177.0
|
||
theme_override_font_sizes/font_size = 24
|
||
text = "敲门节奏&次数:1"
|