mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
60 lines
1.8 KiB
Plaintext
60 lines
1.8 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://b4cwipt17nh7g"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Structs/Feed.gd" id="1_2ea75"]
|
|
[ext_resource type="Texture2D" uid="uid://b7vxserbhskol" path="res://resources/feeds/banana.svg" id="1_jonms"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_n2ewr"]
|
|
content_margin_left = 30.0
|
|
content_margin_top = 20.0
|
|
content_margin_right = 30.0
|
|
content_margin_bottom = 20.0
|
|
bg_color = Color(0, 0, 0, 0.5)
|
|
border_width_left = 2
|
|
border_width_top = 2
|
|
border_width_right = 2
|
|
border_width_bottom = 2
|
|
border_color = Color(0, 0, 0, 0.75)
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
|
|
[node name="FeedCard" type="PanelContainer"]
|
|
offset_right = 200.0
|
|
offset_bottom = 300.0
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_n2ewr")
|
|
script = ExtResource("1_2ea75")
|
|
|
|
[node name="container" type="VBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 20
|
|
|
|
[node name="info" type="VBoxContainer" parent="container"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 10
|
|
|
|
[node name="avatar" type="TextureRect" parent="container/info"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(75, 75)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 0
|
|
texture = ExtResource("1_jonms")
|
|
|
|
[node name="name" type="Label" parent="container/info"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "未命名饲料"
|
|
|
|
[node name="fields" type="VBoxContainer" parent="container"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[node name="costs" type="GridContainer" parent="container"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_constants/h_separation = 10
|
|
theme_override_constants/v_separation = 10
|
|
columns = 2
|