Merge pull request #6 from MicrocontrollersDev/patch-1

This commit is contained in:
ZtereoHYPE 2023-01-04 09:47:20 +01:00 committed by GitHub
commit 6739b37893
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
public void onPress() {
super.onPress();