Added title tag that updates with mission name.

Added null check for pixi sprite calculateverticies because it sometimes makes a texture invalid when it shouldn't be.
This commit is contained in:
firebingo 2018-06-11 21:25:25 -07:00
parent d073e7946c
commit 47451eea7e
6 changed files with 34 additions and 12 deletions

View file

@ -2,6 +2,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<title id="title-tag"></title>
<link rel="stylesheet" type="text/css" href="Css/generic.min.css">
<link rel="stylesheet" type="text/css" href="Css/main.min.css">
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.5.1/pixi.min.js"></script> -->