add power sensor (#20400)

* clean up logic gate / edge detector components

* logic gate usedelay support

* new codersprite

* PowerSensor component and system

* add power sensor

* port locale

* fix

* minecraft

* fixy

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-12-16 18:32:42 +00:00
committed by GitHub
parent c936f5adc3
commit d8ee36d7b0
13 changed files with 355 additions and 31 deletions

View File

@@ -1,3 +1,15 @@
logic-gate-examine = It is currently {INDEFINITE($gate)} {$gate} gate.
logic-gate-cycle = Switched to {INDEFINITE($gate)} {$gate} gate
power-sensor-examine = It is currently checking the network's {$output ->
[true] output
*[false] input
} battery.
power-sensor-voltage-examine = It is checking the {$voltage} power network.
power-sensor-switch = Switched to checking the network's {$output ->
[true] output
*[false] input
} battery.
power-sensor-voltage-switch = Switched network to {$voltage}!