Skip to content

Commit

Permalink
Build for $(git log -n1 --pretty=format:%h
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstarkov committed Feb 22, 2024
1 parent c79efbb commit aa36b20
Show file tree
Hide file tree
Showing 18 changed files with 65 additions and 57 deletions.
10 changes: 5 additions & 5 deletions data/config.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"targetSize": 1,
"fingerSize": 1,
"targetSize": 1.0,
"fingerSize": 1.0,
"enableSkipButton": false,
"skipLoopThreshold": 1,
"enableAutoSkip": false,
"autoSkipThreshold": 1,
"disableSonification": false,
"disableLayerProgression": false,
"indexFingerOnly": false,
"sonificationLevel": 1,
"backgroundMusicLevel": 1,
"sonificationLevel": 1.0,
"backgroundMusicLevel": 1.0,
"onTimeDuration": 500,
"lateTimeDuration": 500,
"enableCameraVisibility": false,
"cameraOpacity": 0.2,
"fancyEffectsDisabled": false,
"disableVisualMetronome": false,
"autoSaveCSV": true
"autoSaveCSV": false
}
2 changes: 1 addition & 1 deletion data/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"cameraOpacity": 0.2,
"fancyEffectsDisabled": false,
"disableVisualMetronome": false,
"autoSaveCSV": true
"autoSaveCSV": false
}
Binary file added icons/icon.ico
Binary file not shown.
Binary file removed icons/icons-192.png
Binary file not shown.
Binary file removed icons/icons-512.png
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><link rel="shortcut icon" href="#"/><base href="/"/><style>body {
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><link rel="icon" type="image/x-icon" href="assets/icon.ico"/><base href="/"/><style>body {
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
background-color: black;
overflow: hidden;
-webkit-app-region: drag;
}</style><script defer="defer" src="vendors.8f84529342dee7f75523.bundle.js"></script><script defer="defer" src="main.674ec38ac0d5ea71c60f.bundle.js"></script></head><body></body></html>
}</style><script defer="defer" src="vendors.10ca8e881e09faa4d661.bundle.js"></script><script defer="defer" src="main.131f5081d4ac12d25c3e.bundle.js"></script></head><body></body></html>
1 change: 1 addition & 0 deletions levels/list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["Birthday Vibes", "Cheerful Bliss", "Slow Elegance"]
1 change: 1 addition & 0 deletions main.131f5081d4ac12d25c3e.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion main.674ec38ac0d5ea71c60f.bundle.js

This file was deleted.

17 changes: 6 additions & 11 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
{
"short_name": "Phaser Game",
"name": "My Cool Phaser 3 Game",
"short_name": "Pizzicato",
"name": "Pizzicato",
"icons": [
{
"src": "./icons/icons-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "./icons/icons-512.png",
"type": "image/png",
"sizes": "512x512"
"src": "./icons/icon.ico",
"type": "image/x-icon",
"sizes": "256x256"
}
],
"start_url": "./index.html",
"background_color": "#e6e6e6",
"background_color": "#000000",
"display": "fullscreen",
"orientation": "landscape",
"scope": "./",
Expand Down
2 changes: 1 addition & 1 deletion models/wasm/vision_wasm_internal.js

Large diffs are not rendered by default.

Binary file modified models/wasm/vision_wasm_internal.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion models/wasm/vision_wasm_nosimd_internal.js

Large diffs are not rendered by default.

Binary file modified models/wasm/vision_wasm_nosimd_internal.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion sw.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions vendors.10ca8e881e09faa4d661.bundle.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
/**
* @author Ben Richards <benjamindrichards@gmail.com>
* @copyright 2024 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Benjamin D. Richards <benjamindrichards@gmail.com>
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Florian Vazelle
* @author Geoffrey Glaive
* @copyright 2013-2023 Photon Storm Ltd.
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

Expand All @@ -13,97 +25,97 @@

/**
* @author Joachim Grill <joachim@codeandweb.com>
* @author Richard Davey <rich@photonstorm.com>
* @author Richard Davey <rich@phaser.io>
* @copyright 2018 CodeAndWeb GmbH
* @copyright 2013-2023 Photon Storm Ltd.
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Niklas von Hertzen (https://github.com/niklasvh/base64-arraybuffer)
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2013-2023 Photon Storm Ltd.
* @author Richard Davey <rich@phaser.io>
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Richard Davey
* @copyright 2013-2023 Photon Storm Ltd.
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Richard Davey <rich@photonstorm.com>
* @author Richard Davey <rich@phaser.io>
* @author @samme
* @copyright 2013-2023 Photon Storm Ltd.
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Richard Davey <rich@photonstorm.com>
* @author Richard Davey <rich@phaser.io>
* @author Angry Bytes (and contributors)
* @copyright 2013-2023 Photon Storm Ltd.
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Richard Davey <rich@photonstorm.com>
* @author Richard Davey <rich@phaser.io>
* @author Felipe Alfonso <@bitnenfer>
* @author Matthew Groves <@doormat>
* @copyright 2013-2023 Photon Storm Ltd.
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Richard Davey <rich@photonstorm.com>
* @author Richard Davey <rich@phaser.io>
* @author Felipe Alfonso <@bitnenfer>
* @copyright 2013-2023 Photon Storm Ltd.
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Richard Davey <rich@photonstorm.com>
* @author Richard Davey <rich@phaser.io>
* @author Florian Mertens
* @copyright 2013-2023 Photon Storm Ltd.
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Richard Davey <rich@photonstorm.com>
* @author Richard Davey <rich@phaser.io>
* @author Igor Ognichenko <ognichenko.igor@gmail.com>
* @copyright 2013-2023 Photon Storm Ltd.
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Richard Davey <rich@photonstorm.com>
* @author Richard Davey <rich@phaser.io>
* @author Pavle Goloskokovic <pgoloskokovic@gmail.com> (http://prunegames.com)
* @copyright 2013-2023 Photon Storm Ltd.
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Richard Davey <rich@photonstorm.com>
* @author Richard Davey <rich@phaser.io>
* @author samme <samme.npm@gmail.com>
* @copyright 2013-2023 Photon Storm Ltd.
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2013-2023 Photon Storm Ltd.
* @author Richard Davey <rich@phaser.io>
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Richard Davey <rich@photonstorm.com>
* @author Richard Davey <rich@phaser.io>
* @copyright 2021 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author Seth Berrier <berriers@uwstout.edu>
* @copyright 2013-2023 Photon Storm Ltd.
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

Expand All @@ -114,20 +126,20 @@

/**
* @author Vladimir Agafonkin
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2013-2023 Photon Storm Ltd.
* @author Richard Davey <rich@phaser.io>
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author pi-kei
* @copyright 2013-2023 Photon Storm Ltd.
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
* @author samme
* @copyright 2013-2023 Photon Storm Ltd.
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

Expand All @@ -138,7 +150,7 @@
*/

/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2013-2023 Photon Storm Ltd.
* @author Richard Davey <rich@phaser.io>
* @copyright 2013-2024 Phaser Studio Inc.
* @license {@link https://github.com/photonstorm/phaser3-plugin-template/blob/master/LICENSE|MIT License}
*/
2 changes: 0 additions & 2 deletions vendors.8f84529342dee7f75523.bundle.js

This file was deleted.

0 comments on commit aa36b20

Please sign in to comment.