优化项目架构
This commit is contained in:
23
SproutFarm-Frontend/CopyItems/item_button.tscn
Normal file
23
SproutFarm-Frontend/CopyItems/item_button.tscn
Normal file
@@ -0,0 +1,23 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://ibl5wbbw3pwc"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c6ylh1o2kgqth" path="res://CopyItems/item_crop.gd" id="1_e25nh"]
|
||||
|
||||
[node name="item_button" type="Button"]
|
||||
custom_minimum_size = Vector2(400, 400)
|
||||
offset_right = 400.0
|
||||
offset_bottom = 400.0
|
||||
theme_override_font_sizes/font_size = 1
|
||||
icon_alignment = 1
|
||||
script = ExtResource("1_e25nh")
|
||||
|
||||
[node name="CropImage" type="Sprite2D" parent="."]
|
||||
position = Vector2(200, 200)
|
||||
scale = Vector2(1.5625, 1.5625)
|
||||
|
||||
[node name="Title" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_right = 400.0
|
||||
offset_bottom = 55.0
|
||||
theme_override_font_sizes/font_size = 50
|
||||
text = "普通"
|
||||
horizontal_alignment = 1
|
||||
Reference in New Issue
Block a user