fixed portrait reward scene

fixed TextraButton.getText with Override
This commit is contained in:
Grimm
2022-09-20 17:25:49 +02:00
parent 15f4a8573c
commit 7bf3b2a9ef
2 changed files with 6 additions and 1 deletions

View File

@@ -55,6 +55,11 @@ public class Controls {
this.getTextraLabel().setFont( Controls.getTextraFont());
}
@Override
public String getText() {
return this.getTextraLabel().storedText;
}
@Override
public void setText(@Null String text) {
getTextraLabel().storedText = text;