Fixed UiTest bug.

This commit is contained in:
Sebastian Kupke 2019-05-27 10:53:51 +02:00
parent ab1ad48608
commit 0cfd64318f
4 changed files with 947 additions and 85 deletions

1026
dist/iwmlib.3rdparty.js vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -16,6 +16,7 @@ function vendors() {
'./node_modules/pixi-particles/dist/pixi-particles.js',
'./node_modules/pixi-projection/dist/pixi-projection.js',
'./node_modules/gsap/src/uncompressed/TweenLite.js',
'./node_modules/gsap/src/uncompressed/TimelineLite.js',
'./lib/3rdparty/pixi-ease.js',
'./lib/3rdparty/pixi-viewport.js',
'./lib/3rdparty/convertPointFromPageToNode.js'

View File

@ -7,7 +7,8 @@
<link rel="stylesheet" href="../css/doctest.css">
<script src="./3rdparty/highlight/highlight.pack.js"></script>
<script src="../dist/iwmlib.3rdparty.js"></script>
<script src="../dist/iwmlib.js"></script>
<script src="../dist/iwmlib.js"></script>
<script src="../lib/3rdparty/gsap/src/minified/TimelineMax.min.js"></script>
</head>
<body onload="Doctest.run()" >
<h1>