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

View File

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

View File

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

View File

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

View File

@@ -94,14 +94,6 @@
{ {
"name": "rods", "name": "rods",
"directions": 1 "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", "name": "plasteel",
"directions": 1 "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 1
] ]
] ]
},
{
"name": "coilall-30",
"directions": 1,
"delays": [
[
1
]
]
} }
] ]
} }