no message
This commit is contained in:
parent
64a763a6d6
commit
347f301d81
BIN
Yosin_Engine.exe
BIN
Yosin_Engine.exe
Binary file not shown.
|
|
@ -86,11 +86,11 @@ class _Login_Window extends Yosin_Window {
|
||||||
|
|
||||||
function RegisterWidget() {
|
function RegisterWidget() {
|
||||||
//账号输入框
|
//账号输入框
|
||||||
local AccountInputBox = Yosin_InputBox(752, 240, 200);
|
AccountInputBox = Yosin_InputBox(752, 240, 200);
|
||||||
AddUIChild(AccountInputBox);
|
AddUIChild(AccountInputBox);
|
||||||
|
|
||||||
//密码输入框
|
//密码输入框
|
||||||
local PasswordInputBox = Yosin_InputBox(752, 280, 200);
|
PasswordInputBox = Yosin_InputBox(752, 280, 200);
|
||||||
AddUIChild(PasswordInputBox);
|
AddUIChild(PasswordInputBox);
|
||||||
|
|
||||||
//登录按钮
|
//登录按钮
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue