优化项目架构

This commit is contained in:
2025-09-15 19:10:37 +08:00
parent 4119ed3445
commit 26b856d74e
1361 changed files with 4 additions and 0 deletions

View 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