Skip to content

Commit

Permalink
New invaders
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Jan 6, 2025
1 parent 7210c18 commit 3be8d6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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=WHBKMCK244"></script>
<script src="simplest_invaders.js?random_suffix_to_avoid_cache=ILVAZFLS717"></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=YZZEW131",true,rtl.createCallback(this,"DoBeforeStart"),null);
this.StartWebAssembly("simplest_invaders.wasm?random_suffix_to_avoid_cache=WX738",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.

0 comments on commit 3be8d6c

Please sign in to comment.