mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
Implemented #1129 / Bugfixes
This commit is contained in:
commit
7d5ceafff2
14 changed files with 72 additions and 16 deletions
|
|
@ -463,6 +463,10 @@ public class DesktopInput extends InputHandler{
|
|||
mode = none;
|
||||
}
|
||||
|
||||
if(Core.input.keyTap(Binding.toggle_block_status)){
|
||||
Core.settings.putSave("blockstatus", !Core.settings.getBool("blockstatus"));
|
||||
}
|
||||
|
||||
if(Core.input.keyTap(Binding.toggle_power_lines)){
|
||||
if(Core.settings.getInt("lasersopacity") == 0){
|
||||
Core.settings.put("lasersopacity", Core.settings.getInt("preferredlaseropacity", 100));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue