Skip to content

Commit

Permalink
phoenix shield
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Nov 1, 2023
1 parent db05c46 commit 833c0ca
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const bgClasses = {
'space-building-bg': type === 'SpaceBuilding' && !isCerberus && (!spaceBuildsNoBG.includes(props.name as string)),
'art-bg': props.name === 'art',
'interceptor': props.name === 'Fighter_Cerberus3_DrkNeb_lv1',
'phoenix': props.name === 'Fighter_DrkNeb_Cerberus4_lv1',
};
const iconStyle = {
backgroundImage: `url('${url}')`,
Expand Down Expand Up @@ -204,6 +205,11 @@ function getUrl() {
animation-duration: 5s;
}
}
.phoenix {
background-image: url(../img/game/background/AreaShieldRing01.png), url(../img/game/background/ShipShield.png);
background-size: auto 100%;
filter: opacity(0.5) drop-shadow(0.1px 0px 0px #f66d8f);
}
@keyframes rotate {
0% {
Expand Down
Binary file modified src/img/game/Ships/Fighter_DrkNeb_Cerberus4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/game/background/AreaShieldRing01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/game/background/ShipShield.png
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 833c0ca

Please sign in to comment.