mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-22 19:29:18 +02:00
Merge pull request #6 from MicrocontrollersDev/patch-1
This commit is contained in:
commit
6739b37893
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class ConfigScreen extends Screen {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
addRenderableWidget(new Checkbox(20, 84, 20, 20, Component.literal("Twinlke Stars"), cm.getTwinklingStars()) {
|
addRenderableWidget(new Checkbox(20, 84, 20, 20, Component.literal("Twinkle Stars"), cm.getTwinklingStars()) {
|
||||||
@Override
|
@Override
|
||||||
public void onPress() {
|
public void onPress() {
|
||||||
super.onPress();
|
super.onPress();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue