sponsorsghosts

This commit is contained in:
Zekins3366
2026-02-11 23:39:38 +03:00
parent 755d823b7b
commit b64c3135d7
6 changed files with 40 additions and 2 deletions

View File

@@ -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

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -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 ]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB