Updated logo

This commit is contained in:
H4CK3R-01 2021-06-21 21:18:29 +02:00 committed by H4CK3R-01
parent 0411b85736
commit e0fd21619a
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
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.y = sprite_size * 5.5 - sprite_size * 0.2;
logo.width = sprite_size * 3.5;