-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4396065
commit 94eab3e
Showing
10 changed files
with
95 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
Resources/Prototypes/_CD/Entities/Objects/Specific/Chapel/ringbox.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
- type: entity | ||
parent: [ BoxBase, BaseBagOpenClose ] | ||
id: RingBox | ||
name: ring box | ||
description: Made from a high quality wood! | ||
components: | ||
- type: Sprite | ||
sprite: _CD/Objects/Specific/Chapel/ringbox.rsi | ||
layers: | ||
- state: ring-box-closed | ||
map: [ "closeLayer" ] | ||
- state: ring-box-open | ||
map: [ "openLayer" ] | ||
visible: false | ||
- type: StaticPrice | ||
price: 50 | ||
- type: Appearance | ||
- type: Storage # No restrictions on purpose. If someone wants to propose with a clown horn let them! | ||
grid: | ||
- 0,0,0,0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
Resources/Textures/_CD/Objects/Specific/Chapel/ringbox.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC0-1.0", | ||
"copyright": "Created by Beck Thompson for SS14 (Delta-V). Ported to Cosmic Drift", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "ring-box-open" | ||
}, | ||
{ | ||
"name": "ring-box-closed" | ||
}, | ||
{ | ||
"name": "ring" | ||
} | ||
] | ||
} |
Binary file added
BIN
+180 Bytes
Resources/Textures/_CD/Objects/Specific/Chapel/ringbox.rsi/ring-box-closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+237 Bytes
Resources/Textures/_CD/Objects/Specific/Chapel/ringbox.rsi/ring-box-open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+180 Bytes
Resources/Textures/_CD/Objects/Specific/Chapel/ringbox.rsi/ring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.