mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-16 15:40:16 +00:00
Old and good Cel 3 symbol is now back
Implement font awesome v5's fa-link symbol in typewriter font.
This commit is contained in:
parent
db1a77f0bc
commit
857466fb62
@ -235,7 +235,8 @@ export const Enslaved = {
|
||||
]
|
||||
},
|
||||
}),
|
||||
symbol: "<i class='fas fa-link'></i>"
|
||||
// Unicode f0c1.
|
||||
symbol: ""
|
||||
};
|
||||
|
||||
class EnslavedProgressState extends BitUpgradeState {
|
||||
|
@ -618,7 +618,7 @@ export const RA_UNLOCKS = {
|
||||
reward: "Unlock Enslaved's Memories",
|
||||
pet: Ra.pets.effarig,
|
||||
level: 8,
|
||||
displayIcon: `<span class="fas fa-link"></span>`
|
||||
displayIcon: `<span></span>`
|
||||
},
|
||||
SHARD_LEVEL_BOOST: {
|
||||
id: 12,
|
||||
|
@ -418,7 +418,7 @@ GameDatabase.tabs = [
|
||||
{
|
||||
key: "enslaved",
|
||||
name: "The Enslaved Ones",
|
||||
symbol: "<i class='fas fa-link'></i>",
|
||||
symbol: "<div class='o-tab-btn--cel3'></div>",
|
||||
component: "EnslavedTab",
|
||||
condition: () => EffarigUnlock.eternity.isUnlocked,
|
||||
id: 3,
|
||||
|
Binary file not shown.
@ -294,7 +294,7 @@ body.t-s9 {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.o-tab-btn--subtab .fa-link {
|
||||
.o-tab-btn--subtab .o-tab-btn--cel3 {
|
||||
transform: rotate(45deg)
|
||||
}
|
||||
|
||||
|
@ -175,7 +175,9 @@ export default {
|
||||
:class="runButtonClassObject"
|
||||
@click="startRun"
|
||||
>
|
||||
<div class="c-enslaved-run-button__icon__sigil fas fa-link" />
|
||||
<div class="c-enslaved-run-button__icon__sigil">
|
||||
|
||||
</div>
|
||||
<div
|
||||
v-for="x in (isRunning ? 25 : 0)"
|
||||
:key="x"
|
||||
|
Loading…
Reference in New Issue
Block a user