Difference between revisions of "Category:Prime Viewer"

From CA Codex
Jump to navigation Jump to search
Tag: Reverted
(Updated citations)
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
<!DOCTYPE html>
<ref>Presented by Jackal of the Shallows stewards vitaG.jots and proc.jots. Contact: discord user vitaG.jots#3555</ref><ref>Thank you to discord user Pirre#9284 for his assistance in pulling the data.</ref><htmlet nocache="yes">prime_viewer</htmlet>
<html lang="en-us">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Unity WebGL Player | Prime Viewer</title>
  </head>
  <body style="text-align: center">
    <canvas id="unity-canvas" width=900 height=600 style="width: 900px; height: 600px; background: #231F20"></canvas>
    <script src="Build/web.loader.js"></script>
    <script>
      createUnityInstance(document.querySelector("#unity-canvas"), {
        dataUrl: "Build/web.data.gz",
        frameworkUrl: "Build/web.framework.js.gz",
        codeUrl: "Build/web.wasm.gz",
        streamingAssetsUrl: "StreamingAssets",
        companyName: "FunZaga",
        productName: "Prime Viewer",
        productVersion: "0.7",
        // matchWebGLToCanvasSize: false, // Uncomment this to separately control WebGL canvas render size and DOM element size.
        // devicePixelRatio: 1, // Uncomment this to override low DPI rendering on high DPI displays.
      });
    </script>
  </body>
</html>

Latest revision as of 12:20, 17 May 2022

[1][2]

  1. Presented by Jackal of the Shallows stewards vitaG.jots and proc.jots. Contact: discord user vitaG.jots#3555
  2. Thank you to discord user Pirre#9284 for his assistance in pulling the data.

This category currently contains no pages or media.