add attenuathion

This commit is contained in:
2025-01-31 15:29:57 +03:00
parent 44ee7a50c8
commit 4620fc6984
4 changed files with 180 additions and 162 deletions

View File

@@ -92,7 +92,7 @@ func _ready() -> void:
unit.connect('line_changed', Callable(self, 'on_line_changed'))
unit.connect('command_fail', Callable(self, 'on_command_fail'))
connect_fs()
read_port_isa([0x106])
read_port_isa([0x106, 0x108])
func _process(delta: float) -> void: