logic gate stuff (#16943)
Co-authored-by: deltanedas <@deltanedas:kde.org>
BIN
Resources/Textures/Objects/Devices/gates.rsi/and.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
Resources/Textures/Objects/Devices/gates.rsi/base.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
Resources/Textures/Objects/Devices/gates.rsi/edge_detector.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
@@ -1,14 +1,38 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Kevin Zheng 2022",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "or.png originally created by Kevin Zheng, 2022. All are modified by deltanedas (github) for SS14, 2023.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "base"
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "or"
|
||||
}
|
||||
]
|
||||
{
|
||||
"name": "or"
|
||||
},
|
||||
{
|
||||
"name": "and"
|
||||
},
|
||||
{
|
||||
"name": "xor"
|
||||
},
|
||||
{
|
||||
"name": "nor"
|
||||
},
|
||||
{
|
||||
"name": "nand"
|
||||
},
|
||||
{
|
||||
"name": "xnor"
|
||||
},
|
||||
{
|
||||
"name": "edge_detector"
|
||||
},
|
||||
{
|
||||
"name": "or_icon"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
Resources/Textures/Objects/Devices/gates.rsi/nand.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
Resources/Textures/Objects/Devices/gates.rsi/nor.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 7.2 KiB |
BIN
Resources/Textures/Objects/Devices/gates.rsi/or_icon.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
Resources/Textures/Objects/Devices/gates.rsi/xnor.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
Resources/Textures/Objects/Devices/gates.rsi/xor.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |