Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Rosalila/STG
Browse files Browse the repository at this point in the history
  • Loading branch information
enano4k committed Apr 19, 2020
2 parents 4a04e25 + fca10d0 commit 33d2908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/STG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,12 @@ void STG::render()
// 0, 150, false, false);

//rosalila()->graphics->updateScreen();
/*
rosalila()->graphics->drawText("Time",50,10,true,false);
rosalila()->graphics->drawText(rosalila()->utility->toString(this->frame),50,50,true,false);
rosalila()->graphics->drawText("Bullets",-70,10,true,false);
rosalila()->graphics->drawText(rosalila()->utility->toString(this->enemy->bullet_cancel_count),-70,50,true,false);
*/
}

bool STG::isOutOfBounds(int pos_x, int pos_y)
Expand Down
Binary file modified windows_dependencies/lib/rosalila.lib
Binary file not shown.

0 comments on commit 33d2908

Please sign in to comment.