Skip to content

Commit

Permalink
adjusted player initial position
Browse files Browse the repository at this point in the history
  • Loading branch information
AitorSimona committed Apr 6, 2019
1 parent e534be3 commit 87b4820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FantasyBrawl_Project/Motor2D/j1Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ bool j1Player::Start()

// --- Current Player Position ---
Entityinfo.position.x = 200;
Entityinfo.position.y = 0;
Entityinfo.position.y = 100;
Future_position.x = Entityinfo.position.x;
Future_position.y = Entityinfo.position.y;

Expand Down

0 comments on commit 87b4820

Please sign in to comment.