Tip sprite (#954)

* tip sprite

* fix

* heh

* solution
This commit is contained in:
Nim
2025-03-01 00:26:36 +02:00
committed by GitHub
parent b8c2d662b6
commit 2d4ace0b10
3 changed files with 9 additions and 17 deletions

View File

@@ -6,6 +6,7 @@
description: The tip on an arrow shaft, a well-finished little piece of metal.
components:
- type: Item
size: Tiny
storedRotation: 0
- type: entity
@@ -16,10 +17,7 @@
- type: Sprite
sprite: _CP14/Objects/ModularTools/Tip/arrow.rsi
layers:
- state: icon
- state: solution1
map: ["enum.SolutionContainerLayers.Fill"]
visible: false
- state: tip
- type: CP14ModularCraftPart
possibleParts:
- TipIronArrow
@@ -35,11 +33,8 @@
- type: Sprite
sprite: _CP14/Objects/ModularTools/Tip/arrow.rsi
layers:
- state: icon
- state: tip
color: "#ffaf47"
- state: solution1
map: ["enum.SolutionContainerLayers.Fill"]
visible: false
- type: CP14ModularCraftPart
possibleParts:
- TipGoldArrow
@@ -55,11 +50,8 @@
- type: Sprite
sprite: _CP14/Objects/ModularTools/Tip/arrow.rsi
layers:
- state: icon
- state: tip
color: "#bd712f"
- state: solution1
map: ["enum.SolutionContainerLayers.Fill"]
visible: false
- type: CP14ModularCraftPart
possibleParts:
- TipCopperArrow
@@ -75,11 +67,8 @@
- type: Sprite
sprite: _CP14/Objects/ModularTools/Tip/arrow.rsi
layers:
- state: icon
- state: tip
color: "#45d2a4"
- state: solution1
map: ["enum.SolutionContainerLayers.Fill"]
visible: false
- type: CP14ModularCraftPart
possibleParts:
- TipMithrilArrow

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by odlieerr (discord)",
"copyright": "Created by odlieerr (discord), tip by sauron1459 (discord)",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,9 @@
{
"name": "icon"
},
{
"name": "tip"
},
{
"name": "solution1"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B