Skip to content

Commit

Permalink
Automated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
github-ci committed Nov 7, 2023
1 parent e436de6 commit d2ad86e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions TimedPetriNetEditor.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<meta property="og:type" content="website" />
<meta property="og:title" content="raylib web game">
<meta property="og:image:type" content="image/png">
<meta property="og:image:alt" content="New raylib web videogame, developed using raylib videogames library" />
<meta property="og:image" content="https://www.raylib.com/common/raylib_logo.png">
<meta property="og:site_name" content="raylib - example">
<meta property="og:url" content="https://www.raylib.com/games.html">
Expand All @@ -25,6 +26,7 @@
<meta name="twitter:site" content="@raysan5">
<meta name="twitter:title" content="raylib web game">
<meta name="twitter:image" content="https://www.raylib.com/common/raylib_logo.png">
<meta name="twitter:image:alt" content="New raylib web videogame, developed using raylib videogames library">
<meta name="twitter:url" content="https://www.raylib.com/games.html">
<meta name="twitter:description" content="New raylib web videogame, developed using raylib videogames library">

Expand Down
8 changes: 4 additions & 4 deletions TimedPetriNetEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1187,8 +1187,8 @@ function dbg(text) {
// === Body ===

var ASM_CONSTS = {
430792: ($0) => { navigator.clipboard.writeText(UTF8ToString($0)); },
430845: ($0) => { document.getElementById("canvas").style.cursor = UTF8ToString($0); }
431160: ($0) => { navigator.clipboard.writeText(UTF8ToString($0)); },
431213: ($0) => { document.getElementById("canvas").style.cursor = UTF8ToString($0); }
};
function GetWindowInnerWidth() { return window.innerWidth; }
function GetWindowInnerHeight() { return window.innerHeight; }
Expand Down Expand Up @@ -10674,8 +10674,8 @@ var _asyncify_start_unwind = createExportWrapper('asyncify_start_unwind');
var _asyncify_stop_unwind = createExportWrapper('asyncify_stop_unwind');
var _asyncify_start_rewind = createExportWrapper('asyncify_start_rewind');
var _asyncify_stop_rewind = createExportWrapper('asyncify_stop_rewind');
var ___start_em_js = Module['___start_em_js'] = 430914;
var ___stop_em_js = Module['___stop_em_js'] = 430987;
var ___start_em_js = Module['___start_em_js'] = 431282;
var ___stop_em_js = Module['___stop_em_js'] = 431355;

// include: postamble.js
// === Auto-generated postamble setup entry stuff ===
Expand Down
Binary file modified TimedPetriNetEditor.wasm
Binary file not shown.

0 comments on commit d2ad86e

Please sign in to comment.