mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Merge pull request #2890 from kevlahnota/newmaster2
set window widget movable to false
This commit is contained in:
@@ -198,9 +198,9 @@ public class PlayerStatisticScene extends UIScene {
|
|||||||
}
|
}
|
||||||
if (blessingScroll != null) {
|
if (blessingScroll != null) {
|
||||||
if (Current.player().getBlessing() != null) {
|
if (Current.player().getBlessing() != null) {
|
||||||
blessingScroll.setText(Current.player().getBlessing().getDescription());
|
blessingScroll.setText("[BLACK]" + Current.player().getBlessing().getDescription());
|
||||||
} else {
|
} else {
|
||||||
blessingScroll.setText("No blessing.");
|
blessingScroll.setText("[BLACK]No blessing.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -174,6 +174,7 @@ public class UIActor extends Group {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
newActor.setMovable(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void readTextFieldProperties(TextField newActor, ObjectMap.Entries<String, String> entries) {
|
private void readTextFieldProperties(TextField newActor, ObjectMap.Entries<String, String> entries) {
|
||||||
|
|||||||
Reference in New Issue
Block a user