Merge pull request #43 from H4CK3R-01/change_logo

Updated logo
This commit is contained in:
Florian Kaiser 2021-06-21 22:49:17 +02:00 committed by GitHub
commit 2637d6f56c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 411 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

View File

@ -118,7 +118,7 @@ function start_game() {
// Logo // Logo
let logo = PIXI.Sprite.from('/img/logo_2.png'); let logo = PIXI.Sprite.from('/img/logo.png');
logo.x = sprite_size * 3 - sprite_size * 0.2; logo.x = sprite_size * 3 - sprite_size * 0.2;
logo.y = sprite_size * 5.5 - sprite_size * 0.2; logo.y = sprite_size * 5.5 - sprite_size * 0.2;
logo.width = sprite_size * 3.5; logo.width = sprite_size * 3.5;