Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New decals for mapping #30374

Merged
merged 3 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions Resources/Prototypes/Decals/Overlays/markups.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
- type: decal
id: MarkupSquare
tags: ["overlay"]
defaultCustomColor: true
sprite:
sprite: Decals/Overlays/markups.rsi
state: square

- type: decal
id: MarkupRectangle1x2
tags: ["overlay"]
defaultCustomColor: true
sprite:
sprite: Decals/Overlays/markups.rsi
state: rectangle1x2

- type: decal
id: MarkupRectangle1x2Center
tags: ["overlay"]
defaultCustomColor: true
sprite:
sprite: Decals/Overlays/markups.rsi
state: rectangle1x2center

- type: decal
id: MarkupSquareQuater
tags: ["overlay"]
defaultCustomColor: true
sprite:
sprite: Decals/Overlays/markups.rsi
state: squareQuater

- type: decal
id: MarkupSquareQuaterCenter
tags: ["overlay"]
defaultCustomColor: true
sprite:
sprite: Decals/Overlays/markups.rsi
state: squareQuaterCenter
26 changes: 26 additions & 0 deletions Resources/Textures/Decals/Overlays/markups.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "by Ko4erga (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "square"
},
{
"name": "rectangle1x2"
},
{
"name": "rectangle1x2center"
},
{
"name": "squareQuater"
},
{
"name": "squareQuaterCenter"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading