Skip to content

Commit

Permalink
Ajusta background
Browse files Browse the repository at this point in the history
  • Loading branch information
dremendes committed Apr 9, 2020
1 parent 0fce52a commit 139ed8b
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 14 deletions.
25 changes: 13 additions & 12 deletions Bozorun.js

Large diffs are not rendered by default.

Binary file modified assets/images/backgrounds/bgnovo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/backgrounds/bgnovo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/backgrounds/bgnovo7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/backgrounds/bgnovo8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/music/bozosong.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion manifest/default.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions source/BozoRunGameState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class BozoRunGameState extends FlxState
private inline function configurarFundo():Void
{
_bgImg0 = new FlxBackdrop(AssetPaths.sky__png, 0.1, 0, true, false, 0, 0);
_bgImg0.scale.set(1,1.2);
_bgImg3 = new FlxBackdrop(AssetPaths.bgnovo__png, 0.4, 0, true, false, 0, 0);
_bgImgGrp = new FlxGroup();

Expand Down
10 changes: 9 additions & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,15 @@ class MainMenuState extends FlxState
{
background.destroy();
BtnRun.destroy();

bozoEspirra.destroy();
bozoRun.destroy();
BtnRun.destroy();
BtnColetiva.destroy();
ceu.destroy();
pato.destroy();
aviao.destroy();
pedestal.destroy();
stringTitulo.destroy();
background = null;
BtnRun = null;

Expand Down

0 comments on commit 139ed8b

Please sign in to comment.