mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
pixi test files
This commit is contained in:
commit
54430de882
21
index.html
Normal file
21
index.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Hello World</title>
|
||||
</head>
|
||||
<script src="pixi/pixi.min.js"></script>
|
||||
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
let type = "WebGL"
|
||||
if (!PIXI.utils.isWebGLSupported()) {
|
||||
type = "canvas"
|
||||
}
|
||||
|
||||
PIXI.utils.sayHello(type)
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
40323
pixi/pixi.min.js
vendored
Normal file
40323
pixi/pixi.min.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user