File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments