update welcome

This commit is contained in:
Alexander Popov 2023-04-30 16:39:54 +03:00
parent 12df04b285
commit 57d2088a3a
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
15 changed files with 13 additions and 7 deletions

2
src/.gitignore vendored
View File

@ -1,2 +0,0 @@
/fonts/monogram*
/assets/

2
src/js/.gitignore vendored
View File

@ -1,2 +0,0 @@
game.js*
engine.js

View File

@ -33,10 +33,16 @@ export class App {
this.scene = new Scene(this.canvas, this.context, w, h);
this.prevTime = Date.now();
const logStrings = [
'ujs engine',
`version: ${this.#version}`,
'feedback: iiiypuk {dog} fastmail.fm',
];
if (this.options.welcome) {
console.log('ujs engine');
console.log('version:', this.#version);
console.log('feedback:', 'iiiypuk {dog} fastmail.fm');
logStrings.forEach((str) => {
console.log(str);
});
}
Pointer.init();

3
test/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
fonts/monogram*
assets/
js/game.js

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 766 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

1
test/js/engine.js Symbolic link
View File

@ -0,0 +1 @@
../../dist/engine-beeeeeeta.js