26 lines
748 B
Plaintext
26 lines
748 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://forqk66f354p"]
|
|
|
|
[ext_resource type="Script" uid="uid://c6ylh1o2kgqth" path="res://CopyItems/item_crop.gd" id="1_00rx4"]
|
|
|
|
[node name="OrangeCrop" type="Button"]
|
|
custom_minimum_size = Vector2(400, 400)
|
|
offset_right = 400.0
|
|
offset_bottom = 400.0
|
|
scale = Vector2(0.3, 0.3)
|
|
theme_override_font_sizes/font_size = 1
|
|
icon_alignment = 1
|
|
script = ExtResource("1_00rx4")
|
|
|
|
[node name="CropImage" type="Sprite2D" parent="."]
|
|
position = Vector2(200, 200)
|
|
scale = Vector2(0.308178, 0.308356)
|
|
|
|
[node name="Title" type="Label" parent="."]
|
|
modulate = Color(0.822776, 0.578065, 0, 1)
|
|
layout_mode = 0
|
|
offset_right = 400.0
|
|
offset_bottom = 55.0
|
|
theme_override_font_sizes/font_size = 50
|
|
text = "普通"
|
|
horizontal_alignment = 1
|