Skip to content

Commit

Permalink
New sponsor ghost sprites (#1018)
Browse files Browse the repository at this point in the history
* new ghost sprites

* Update meta.json

* Update meta.json

* Update meta.json

---------

Co-authored-by: Vigers Ray <[email protected]>
  • Loading branch information
SplikZerys and VigersRay authored Jan 6, 2025
1 parent b09ef1e commit 92e48b7
Show file tree
Hide file tree
Showing 11 changed files with 168 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ ghost-theme-wizden-block = Wizden Block
ghost-theme-vigers-ray = VigersRay
ghost-theme-asuka = Asuka
ghost-theme-randy = Randy
ghost-theme-pink-girl = Pink Girl
ghost-theme-purple-girl = Purple Girl
ghost-theme-red-girl = Red Girl
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,24 @@
sprite:
sprite: _Sunrise/Mobs/Ghosts/vigers_ray.rsi
state: icon

- type: ghostTheme
id: RedGirl
name: ghost-theme-red-girl
sprite:
sprite: _Sunrise/Mobs/Ghosts/red_girl.rsi
state: red_animated

- type: ghostTheme
id: PinkGirl
name: ghost-theme-pink-girl
sprite:
sprite: _Sunrise/Mobs/Ghosts/pink_girl.rsi
state: pink_animated

- type: ghostTheme
id: PurpleGirl
name: ghost-theme-purple-girl
sprite:
sprite: _Sunrise/Mobs/Ghosts/purple_girl.rsi
state: purple_animated
48 changes: 48 additions & 0 deletions Resources/Textures/_Sunrise/Mobs/Ghosts/pink_girl.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": 1,
"license": "CLA",
"copyright": "SUNRISE",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "pink_animated",
"directions": 4,
"delays": [
[
2,
0.2,
0.2,
0.2,
0.2
],
[
2,
0.2,
0.2,
0.2,
0.2
],
[
2,
0.2,
0.2,
0.2,
0.2
],
[
2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "pink_icon"
}
]
}
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.
48 changes: 48 additions & 0 deletions Resources/Textures/_Sunrise/Mobs/Ghosts/purple_girl.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": 1,
"license": "CLA",
"copyright": "SUNRISE",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "purple_animated",
"directions": 4,
"delays": [
[
2,
0.2,
0.2,
0.2,
0.2
],
[
2,
0.2,
0.2,
0.2,
0.2
],
[
2,
0.2,
0.2,
0.2,
0.2
],
[
2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "purple_icon"
}
]
}
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.
48 changes: 48 additions & 0 deletions Resources/Textures/_Sunrise/Mobs/Ghosts/red_girl.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": 1,
"license": "CLA",
"copyright": "SUNRISE",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "red_animated",
"directions": 4,
"delays": [
[
2,
0.2,
0.2,
0.2,
0.2
],
[
2,
0.2,
0.2,
0.2,
0.2
],
[
2,
0.2,
0.2,
0.2,
0.2
],
[
2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "red_icon"
}
]
}
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 92e48b7

Please sign in to comment.