Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New sponsor ghost sprites #1018

Merged
merged 4 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
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.
Loading