添加了部分界面
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System.Diagnostics;
|
||||
using Godot;
|
||||
using Godot.Collections;
|
||||
|
||||
namespace BITKit;
|
||||
|
||||
@@ -22,10 +23,14 @@ public partial class UXContainer:Control,IUXContainer
|
||||
[Export] public Label updateTimeLabel;
|
||||
[Export] public Label createTimeLabel;
|
||||
[Export] public Label headerLabel;
|
||||
[Export] public Array<Label> labels;
|
||||
[ExportCategory("Button")]
|
||||
[Export] public Button mainButton;
|
||||
[Export] public Button secButton;
|
||||
[Export] public Button thirdButton;
|
||||
[ExportCategory("Text Edit")]
|
||||
[Export] public LineEdit lineEdit;
|
||||
[Export] public Array<LineEdit> lineEdits;
|
||||
|
||||
public string Text
|
||||
{
|
||||
|
Reference in New Issue
Block a user