新增弟子/建筑/订单/炼丹/库房信息卡脚本与填充接口
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
extends Control
|
||||
|
||||
func _ready() -> void:
|
||||
custom_minimum_size = Vector2(180, 240)
|
||||
custom_maximum_size = Vector2(180, 240)
|
||||
pass
|
||||
|
||||
func set_order_info(info : Dictionary) -> bool:
|
||||
$PanelContainer/VBoxContainer/Title.text = info['title']
|
||||
return true;
|
||||
Reference in New Issue
Block a user