Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
feat(posters): Magnus poster (new-frontiers-14#1115)
Browse files Browse the repository at this point in the history
* feat(posters): Add "Always Watching" poster from a familiar lobby art

* feat(posters): Add "Always Watching" poster to random legit poster spawner

* style(posters): Newline at end of file

* fix(posters): Amend copyright information

* refactor(posters): Remove NFPosterBase prototype
  • Loading branch information
exincore authored Apr 7, 2024
1 parent bbc1383 commit 4ab59cf
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,5 @@
- PosterLegitPeriodicTable
- PosterLegitRenault
- PosterLegitNTTGC
- NFPosterLegitMagnusWatching
chance: 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: entity
parent: PosterBase
id: NFPosterLegitMagnusWatching
name: "Always Watching"
description: "This poster depicts an ethereal judge. You think you hear a 'BWOINK,' but it is just your imagination, right?"
components:
- type: Sprite
sprite: _NF/Structures/Wallmounts/posters.rsi
state: nf_poster1_legit
14 changes: 14 additions & 0 deletions Resources/Textures/_NF/Structures/Wallmounts/posters.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-NC-SA-4.0",
"copyright": "nf_poster1_legit by exincore and remixed from gentlebutter's Xeeenoooossss",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "nf_poster1_legit"
}
]
}
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 4ab59cf

Please sign in to comment.