Skip to content

Commit

Permalink
Mini station anchor sprites (new-frontiers-14#2869)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 authored Feb 7, 2025
1 parent 5b56d7c commit e60a66e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@
layer:
- WallLayer
- type: Sprite
scale: 0.5, 0.5
sprite: _NF/Structures/Machines/mini_station_anchor.rsi
layers:
- state: station_anchor
map: ["base"]
- state: station_anchor_unlit
shader: unshaded
map: ["unlit"]

- type: entity
parent: MiniStationAnchor
Expand Down
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 ubaser (Discord), edited by whatston3 (GitHub).",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "station_anchor"
},
{
"name": "station_anchor_unlit"
}
]
}
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.

0 comments on commit e60a66e

Please sign in to comment.