Skip to content

Commit db9b5eb

Browse files
authored
Merge pull request #152 from GameDistribution/v1.5.84
last-changes-on-kizi-template
2 parents 3ee3c07 + e0af701 commit db9b5eb

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/splash/rocket.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Rocket extends Base {
4747
}
4848
_css(options, gameData) {
4949
let thumbnail = this._getThumbnail(options, gameData);
50-
50+
5151
const mascotPath = "https://test.kizicdn.com/assets/games/mascots/kizi-maskot-";
5252
let mascot = "";
5353
const size = "@2x";
@@ -67,7 +67,7 @@ class Rocket extends Base {
6767
const css = `
6868
body {
6969
position: inherit;
70-
background-color: #0061C3;
70+
background: none;
7171
border-radius: 40px 40px 0px 0px;
7272
overflow: hidden;
7373
}
@@ -487,7 +487,9 @@ class Rocket extends Base {
487487
</g>
488488
</svg>`;
489489

490-
html = `
490+
html = `<style>
491+
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
492+
</style>
491493
<div class="${this.options.prefix}splash-background-container">
492494
<div class="${this.options.prefix}sdk-version">${this.options.version}</div>
493495
<div class="${this.options.prefix}splash-container">
@@ -559,4 +561,4 @@ class Rocket extends Base {
559561
}
560562
}
561563

562-
export default Rocket;
564+
export default Rocket;

0 commit comments

Comments
 (0)