feat: Start of bracket screen, main menu connect screen done, connection fixes
This commit is contained in:
10
scripts/AddressUI.cs
Normal file
10
scripts/AddressUI.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class AddressUI : TextEdit
|
||||
{
|
||||
public override void _Ready()
|
||||
{
|
||||
Text = Connection.WS_DEFAULT_ADDRESS;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user