Skip to content

Commit

Permalink
add markers job.rsi
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Jun 29, 2024
1 parent e57ef2e commit 88b47ed
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Resources/Prototypes/ADT/Entities/Markers/Spawners/job.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- type: entity
id: ADTSpawnPointJobBase
parent: MarkerBase
abstract: true
suffix: Job Spawn ADT
components:
- type: SpawnPoint
spawn_type: Job
- type: Sprite
sprite: ADT/Markers/job.rsi

- type: entity
id: ADTSpawnPointInvestigator
parent: ADTSpawnPointJobBase
name: Investigator
components:
- type: SpawnPoint
job_id: ADTInvestigator
- type: Sprite
layers:
- state: green
- state: investigator
Binary file added Resources/Textures/ADT/Markers/job.rsi/green.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 Resources/Textures/ADT/Markers/job.rsi/iaa.png
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.
Binary file added Resources/Textures/ADT/Markers/job.rsi/magistrat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions Resources/Textures/ADT/Markers/job.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Adventure Time, justkekc",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "green"
},
{
"name": "investigator"
},
{
"name": "magistrat"
},
{
"name": "iaa"
},
{
"name": "urist"
},
{
"name": "pathologist"
}
]
}
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 Resources/Textures/ADT/Markers/job.rsi/urist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88b47ed

Please sign in to comment.