Skip to content

Commit

Permalink
New demos compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Jan 6, 2025
1 parent 49a5bf2 commit 3f534fa
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion htdocs/web-demos/simplest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<title>Simplest Web Application Using Castle Game Engine</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<script src="webgl-tests.js?random_suffix_to_avoid_cache=FVC912"></script>
<script src="webgl-tests.js?random_suffix_to_avoid_cache=909"></script>
<style>
body {
padding: 1em;
Expand Down
2 changes: 1 addition & 1 deletion htdocs/web-demos/simplest/webgl-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -6288,7 +6288,7 @@ rtl.module("program",["System","Classes","SysUtils","wasienv","Web","BrowserApp"
};
this.DoRun = function () {
pas.System.Writeln("Starting WebAssembly program from webgl-tests.wasm");
this.StartWebAssembly("webgl-tests.wasm?random_suffix_to_avoid_cache=TBESB718",true,rtl.createCallback(this,"DoBeforeStart"),null);
this.StartWebAssembly("webgl-tests.wasm?random_suffix_to_avoid_cache=Q087",true,rtl.createCallback(this,"DoBeforeStart"),null);
this.Terminate();
};
this.Create$1 = function (aOwner) {
Expand Down
2 changes: 1 addition & 1 deletion htdocs/web-demos/simplest_invaders/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<title>Invaders</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<script src="simplest_invaders.js?random_suffix_to_avoid_cache=XCZFR581"></script>
<script src="simplest_invaders.js?random_suffix_to_avoid_cache=DOC704"></script>
<style>
body {
padding: 1em;
Expand Down
2 changes: 1 addition & 1 deletion htdocs/web-demos/simplest_invaders/simplest_invaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -6288,7 +6288,7 @@ rtl.module("program",["System","Classes","SysUtils","wasienv","Web","BrowserApp"
};
this.DoRun = function () {
pas.System.Writeln("Starting WebAssembly program from simplest_invaders.wasm");
this.StartWebAssembly("simplest_invaders.wasm?random_suffix_to_avoid_cache=ZFUJ344",true,rtl.createCallback(this,"DoBeforeStart"),null);
this.StartWebAssembly("simplest_invaders.wasm?random_suffix_to_avoid_cache=259",true,rtl.createCallback(this,"DoBeforeStart"),null);
this.Terminate();
};
this.Create$1 = function (aOwner) {
Expand Down
Binary file modified htdocs/web-demos/simplest_invaders/simplest_invaders.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion htdocs/web-demos/simplest_viewport/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<title>Viewport with 3D fun</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<script src="simplest_viewport.js?random_suffix_to_avoid_cache=257"></script>
<script src="simplest_viewport.js?random_suffix_to_avoid_cache=IQRAORB998"></script>
<style>
body {
padding: 1em;
Expand Down
2 changes: 1 addition & 1 deletion htdocs/web-demos/simplest_viewport/simplest_viewport.js
Original file line number Diff line number Diff line change
Expand Up @@ -6288,7 +6288,7 @@ rtl.module("program",["System","Classes","SysUtils","wasienv","Web","BrowserApp"
};
this.DoRun = function () {
pas.System.Writeln("Starting WebAssembly program from simplest_viewport.wasm");
this.StartWebAssembly("simplest_viewport.wasm?random_suffix_to_avoid_cache=SMMBZL210",true,rtl.createCallback(this,"DoBeforeStart"),null);
this.StartWebAssembly("simplest_viewport.wasm?random_suffix_to_avoid_cache=L144",true,rtl.createCallback(this,"DoBeforeStart"),null);
this.Terminate();
};
this.Create$1 = function (aOwner) {
Expand Down

0 comments on commit 3f534fa

Please sign in to comment.