mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
sponsorsghosts
This commit is contained in:
4
.github/workflows/yaml-linter.yml
vendored
4
.github/workflows/yaml-linter.yml
vendored
@@ -14,9 +14,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- name: Delete sponsor-tiers YAML file
|
||||
- name: Delete Sponsors Content
|
||||
run: |
|
||||
rm -f Resources/Prototypes/_Wega/sponsor-tiers.yml
|
||||
rm -f Resources/Prototypes/_Wega/Sponsors
|
||||
- name: Setup submodule
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
|
||||
13
Resources/Prototypes/_Wega/Sponsors/sponsorghosts.yml
Normal file
13
Resources/Prototypes/_Wega/Sponsors/sponsorghosts.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- type: ghostTheme
|
||||
id: SanabiGhost
|
||||
name: Санаби
|
||||
icon:
|
||||
sprite: _Wega/Mobs/Ghosts/ghost_human.rsi
|
||||
state: sanabi
|
||||
|
||||
- type: ghostTheme
|
||||
id: FoxGhost
|
||||
name: Лисица
|
||||
icon:
|
||||
sprite: _Wega/Mobs/Ghosts/ghost_human.rsi
|
||||
state: fox_a
|
||||
BIN
Resources/Textures/_Wega/Mobs/Ghosts/ghost_human.rsi/fox_a.png
Normal file
BIN
Resources/Textures/_Wega/Mobs/Ghosts/ghost_human.rsi/fox_a.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-NC-ND-3.0",
|
||||
"copyright": "Ownership of the sprites has been transferred to the Corvax Wega project",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "sanabi",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "fox_a",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[ 0.25, 0.25, 0.25, 0.25 ],
|
||||
[ 0.25, 0.25, 0.25, 0.25 ],
|
||||
[ 0.25, 0.25, 0.25, 0.25 ],
|
||||
[ 0.25, 0.25, 0.25, 0.25 ]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/_Wega/Mobs/Ghosts/ghost_human.rsi/sanabi.png
Normal file
BIN
Resources/Textures/_Wega/Mobs/Ghosts/ghost_human.rsi/sanabi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Reference in New Issue
Block a user