Navigation Menu

Skip to content

Commit

Permalink
Update ignored files + a trace deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
benliger committed Jan 27, 2012
1 parent 4f1efa5 commit 681e4e4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 81 deletions.
13 changes: 13 additions & 0 deletions .gitignore
@@ -0,0 +1,13 @@

/bin/YetAnotherRabbitGame.swf
/obj/YetAnotherRabbitGameConfig.xml
/obj/YetAnotherRabbitGameConfig.old
/obj/YetAnotherRabbitGameConfig.xml
/bin/YetAnotherRabbitGame.swf
/bin/YetAnotherRabbitGame.swf
/obj/YetAnotherRabbitGameConfig.xml
/obj/YetAnotherRabbitGameConfig.old
/src/dame/BaseLevelDAME.as
/src/dame/Level_levelOneDAME.as
/map/dame/mapCSV_Level1_Map.csv
/map/dame/mapCSV_Level1_Background.csv
Binary file added assets/backdrop.png.bak
Binary file not shown.
Binary file removed bin/YetAnotherRabbitGame.swf
Binary file not shown.
40 changes: 0 additions & 40 deletions obj/YetAnotherRabbitGameConfig.old

This file was deleted.

40 changes: 0 additions & 40 deletions obj/YetAnotherRabbitGameConfig.xml

This file was deleted.

2 changes: 1 addition & 1 deletion src/Player.as
Expand Up @@ -201,7 +201,7 @@ package
if (velocity.x != 0)
{
play("walk");
trace(x + ' ' + y);
//trace(x + ' ' + y);
}
else
{
Expand Down

0 comments on commit 681e4e4

Please sign in to comment.