Skip to content

Commit

Permalink
Merc Spawner Fix (#581)
Browse files Browse the repository at this point in the history
* Icon

* Spawner
  • Loading branch information
dvir001 authored Nov 15, 2023

Verified

This commit was signed with the committer’s verified signature.
1 parent d7007e4 commit bde5603
Showing 4 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/Prototypes/_NF/Markers/Spawners/jobs.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
- type: SpawnPoint
job_id: Mercenary
- type: Sprite
sprite: _NF/Markers/jobs.rsi
layers:
- state: green
- state: security_cadet
- state: mercenary
Binary file added Resources/Textures/_NF/Markers/jobs.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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions Resources/Textures/_NF/Markers/jobs.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by dvir001 (GitHub)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "green"
},
{
"name": "mercenary"
}
]
}

0 comments on commit bde5603

Please sign in to comment.