Fixes icons on consoles (#2351)

This commit is contained in:
Swept
2020-10-21 20:01:28 +00:00
committed by GitHub
parent 227b4ae689
commit 3103e60c3f
11 changed files with 37 additions and 18 deletions

View File

@@ -1,6 +1,8 @@
- type: latheRecipe
id: MetalStack
icon: Objects/Materials/sheets.rsi/metal.png
icon:
sprite: Objects/Materials/sheets.rsi
state: metal
result: SteelSheet1
completetime: 500
materials:
@@ -8,7 +10,9 @@
- type: latheRecipe
id: GlassStack
icon: Objects/Materials/sheets.rsi/glass.png
icon:
sprite: Objects/Materials/sheets.rsi
state: glass
result: GlassSheet1
completetime: 500
materials:

View File

@@ -47,7 +47,9 @@
name: material sheet printing
id: Sheets
description: Print those sheets!
icon: Objects/Materials/materials.rsi/sheet_metal.png
icon:
sprite: Objects/Materials/sheets.rsi
state: researchicon
requiredPoints: 250
requiredTechnologies:
- IndustrialEngineering

View File

@@ -14,7 +14,9 @@
name: "medkit"
id: cargo.Medkit
description: "Everything you need to patch someone up."
icon: Objects/Specific/Medical/medkit_r.png
icon:
sprite: Objects/Specific/Medical/medical.rsi
state: medkit_r
product: Medkit
cost: 200
category: Medical
@@ -48,7 +50,9 @@
name: "fire extinguisher"
id: cargo.fireextinguisher
description: "Puts out fires. Or propels you in space."
icon: Objects/Misc/fire_extinguisher.png
icon:
sprite: Objects/Misc/fire_extinguisher.rsi
state: fire_extinguisher_closed
product: CrateFireExtinguisher
cost: 300
category: Other
@@ -94,7 +98,9 @@
name: "fuel tank"
id: cargo.fueltank
description: "Movable fuel tank for welders. No boom boom."
icon: Constructible/Misc/weldtank.png
icon:
sprite: Constructible/Misc/tanks.rsi
state: fueltank
product: CrateFuelTank
cost: 200
category: Engineering
@@ -116,7 +122,9 @@
name: "glass crate"
id: cargo.glass
description: "50 sheets of glass."
icon: Objects/Materials/sheets.rsi/glass.png
icon:
sprite: Objects/Materials/sheets.rsi
state: glass
product: CrateGlass
cost: 50
category: Engineering
@@ -126,7 +134,9 @@
name: "cable crate"
id: cargo.cable
description: "50 coils of cable."
icon: /Textures/Objects/Tools/cables.rsi/coil-30.png
icon:
sprite: Objects/Tools/cables.rsi
state: coilall-30
product: CrateCable
cost: 50
category: Engineering

View File

@@ -6,7 +6,6 @@
- type: Sprite
sprite: Constructible/Power/server.rsi
state: server
- type: Clickable
- type: InteractionOutline
- type: Physics
@@ -30,7 +29,6 @@
- state: rndpointsource
shader: unshaded
map: ["enum.PowerDeviceVisualLayers.Powered"]
- type: Clickable
- type: InteractionOutline
- type: Physics

View File

@@ -94,14 +94,6 @@
{
"name": "rods",
"directions": 1
},
{
"name": "sheet_glass",
"directions": 1
},
{
"name": "sheet_metal",
"directions": 1
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 883 B

View File

@@ -165,5 +165,9 @@
"name": "plasteel",
"directions": 1
},
{
"name": "researchicon",
"directions": 1
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

View File

@@ -222,6 +222,15 @@
1
]
]
},
{
"name": "coilall-30",
"directions": 1,
"delays": [
[
1
]
]
}
]
}