Updated logo #43

Merged
H4CK3R-01 merged 1 commits from change_logo into main 2021-06-21 20:49:17 +00:00
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;