-
-
Notifications
You must be signed in to change notification settings - Fork 2
Reimplement the TextField #19
Copy link
Copy link
Open
Labels
bugIndicates that this issue represents some form of problem.Indicates that this issue represents some form of problem.ground work neededIndicates that this issue requires changes to the centralised core of BlockOut.Indicates that this issue requires changes to the centralised core of BlockOut.networkingIndicates that this issue is related to the networking logic.Indicates that this issue is related to the networking logic.
Metadata
Metadata
Assignees
Labels
bugIndicates that this issue represents some form of problem.Indicates that this issue represents some form of problem.ground work neededIndicates that this issue requires changes to the centralised core of BlockOut.Indicates that this issue requires changes to the centralised core of BlockOut.networkingIndicates that this issue is related to the networking logic.Indicates that this issue is related to the networking logic.
The textfield
Current behaviour:
The current textfield tries to behave as the MineCraft textfield on the server side. Which ofcourse fails, since for example the FontRenderer is not available for size calculation.
Expected behaviour:
The textfield to function properly.
Required changes