Skip to content

Commit

Permalink
Merge pull request #45 from There-can-only-be-two/mergedelmerge
Browse files Browse the repository at this point in the history
balls
  • Loading branch information
softdrawss authored Nov 20, 2022
2 parents 66a01d3 + 6c2240c commit 2c0038e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified Game/pinball/lower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions ModuleScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ update_status ModuleScene::Update()
SDL_Rect frankRRect = { 71, 155, 50, 70 };
App->renderer->Blit(assets, 350, 330, &frankRRect);

App->renderer->Blit(balls, 360, 878);

//Draw Chosen UI
if (App->debug->changeUI)
DrawUI_1();
Expand Down

0 comments on commit 2c0038e

Please sign in to comment.