Browse Source

Merge pull request 'feature/czechlang' (#9) from feature/czechlang into master

master
argo neus 3 years ago
parent
commit
62e702b9fa
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      Css/main.css
  2. +1
    -1
      Js/Main.js

+ 2
- 0
Css/main.css View File

@@ -84,6 +84,8 @@ body { margin: 0; height: 100%; }

#text-container.rus { font-family: 'PTSans'; }

#text-container.cze { font-family: 'PTSans'; }

#text-container #fullscreen-button { position: absolute; top: 0.5rem; left: 0.5rem; font-size: 30px; line-height: 30px; opacity: 0.35; z-index: 11; }

#text-container #title { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-size: 20px; transition: opacity 0.3s; cursor: default; user-select: none; }


+ 1
- 1
Js/Main.js View File

@@ -10,7 +10,7 @@ const shaders = new Shaders();
const textFunc = new TextFunctions();
let audio = undefined; //Cant create a audio context without user input.
const player = new Player(pixiApp, utage, textFunc, audio, shaders);
const languages = ["eng", "jpn", "rus", "enm", "kor", "zho"];
const languages = ["eng", "jpn", "rus", "cze", "enm", "kor", "zho"];
const version = "YameteTomete XDUPlayer V1.5.0";
let bodyLoaded = false;
let utageLoaded = false;


Loading…
Cancel
Save