Skip to content

Commit

Permalink
Little Fix for Release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorSegura99 committed Dec 4, 2018
1 parent efc5c62 commit f3212b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PlatformGame/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1088,8 +1088,8 @@ void Player::Gravity(float dt)

void Player::SetUI()
{
App->choose->image = App->ui_manager->CreateImage(100, 200, false);
App->choose->label = App->ui_manager->CreateLabel(100, 0, "WELCOME ALIENEARTHEROS", 60, false);
//App->choose->image = App->ui_manager->CreateImage(100, 200, false);
//App->choose->label = App->ui_manager->CreateLabel(100, 0, "WELCOME ALIENEARTHEROS", 60, false);

}

Expand Down

0 comments on commit f3212b9

Please sign in to comment.