优化项目架构
This commit is contained in:
9
SproutFarm-Frontend/CopyItems/item_crop.gd
Normal file
9
SproutFarm-Frontend/CopyItems/item_crop.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
extends Button
|
||||
|
||||
@onready var title :Label = $Title
|
||||
@onready var crop_image: Sprite2D = $CropImage
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
title.text = self.text
|
||||
pass
|
||||
Reference in New Issue
Block a user