Skip to content

Commit

Permalink
add cart sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
rosieposieeee committed Jan 28, 2025
1 parent 8a03a5f commit c3c1d79
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
name: SOS cartridge
description: A program to call for help.
components:
- type: Sprite
sprite: _DV/Objects/Devices/cartridge.rsi
state: cart-sos
- type: Icon
sprite: _DV/Objects/Devices/cartridge.rsi
state: cart-sos
- type: Cartridge
programName: sos-program-name
icon:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "cart-chat made by kushbreth (discord), cart-cri, cart-mail, cart-psi, cart-stonk made by Monotheonist (github), edited from cart-log, cart-nav & cart-med cartridges; cart-log made by Skarletto (github), cart-nav, cart-med made by ArchRBX (github)",
"copyright": "cart-chat made by kushbreth (discord), cart-cri, cart-mail, cart-psi, cart-stonk made by Monotheonist (github), edited from cart-log, cart-nav & cart-med cartridges; cart-log made by Skarletto (github), cart-nav, cart-med made by ArchRBX (github), cart-sos modified from cart-chat by rosieposieeee (github)",
"size": {
"x": 32,
"y": 32
Expand All @@ -21,6 +21,9 @@
},
{
"name": "cart-chat"
},
{
"name": "cart-sos"
}
]
}

0 comments on commit c3c1d79

Please sign in to comment.