Skip to content

Commit

Permalink
As much polish as I have time for
Browse files Browse the repository at this point in the history
  • Loading branch information
Draknek committed May 2, 2011
1 parent 7f5c83b commit 6aad7ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Main.as
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package
{
super(256*2, 160*2, 60, true);
FP.screen.scale = 2;
FP.console.enable();
//FP.console.enable();

Input.define("ACTION1", Key.Z, Key.X, Key.C, Key.SPACE, Key.ENTER);
Input.define("ACTION2");
Expand Down
6 changes: 6 additions & 0 deletions Room.as
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ package
}
}
}

var thanks:Text = new Text("Thanks for\nplaying!", 0, 72, {color: Room.BLACK, size: 8, align: "center"});
thanks.centerOO();
thanks.x = Overworld.WIDTH - 128 + 8;

addGraphic(thanks);
}

public override function begin (): void
Expand Down

0 comments on commit 6aad7ac

Please sign in to comment.