File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
java/com/rappytv/speedruntimer
resources/assets/speedruntimer/themes/vanilla/textures Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 22
33import net .labymod .api .addon .AddonConfig ;
44import net .labymod .api .client .gui .screen .widget .widgets .input .SwitchWidget .SwitchSetting ;
5+ import net .labymod .api .configuration .loader .annotation .SpriteSlot ;
6+ import net .labymod .api .configuration .loader .annotation .SpriteTexture ;
57import net .labymod .api .configuration .loader .property .ConfigProperty ;
68
9+ @ SpriteTexture ("settings" )
710public class SpeedrunTimerConfig extends AddonConfig {
811
12+ @ SpriteSlot (size = 32 )
913 @ SwitchSetting
1014 private final ConfigProperty <Boolean > enabled = new ConfigProperty <>(true );
1115
16+ @ SpriteSlot (size = 32 , x = 1 )
1217 @ SwitchSetting
1318 private final ConfigProperty <Boolean > countdownSound = new ConfigProperty <>(true );
1419
You can’t perform that action at this time.
0 commit comments