Skip to content

Commit

Permalink
offer_item.rsi
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Jun 22, 2024
1 parent 2fe3741 commit 13ac48d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Resources/Prototypes/Alerts/alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@
- type: alert
id: Offer
onClick: !type:AcceptOffer { }
icons: [ /Textures/Interface/Alerts/Offer_item/Offer_item.png ]
icons:
- sprite: /Textures/Interface/Alerts/offer_item.rsi
state: offer_item
name: alerts-offer-name
description: alerts-offer-desc

Expand Down
14 changes: 14 additions & 0 deletions Resources/Textures/Interface/Alerts/offer_item.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/ss220-space/Paradise/blob/master220/icons/mob/screen_alert.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "offer_item"
}
]
}

0 comments on commit 13ac48d

Please sign in to comment.