Skip to content

Commit

Permalink
deleted little guy :(
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-tomas committed Jul 4, 2022
1 parent 45df610 commit 3766f67
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/State.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ State::State() :
quitRequested = false;
music.Play(1);
cout << "\nState created successfully!\n" << endl;

// Focus test // @TODO: delete this
GameObject* fcGo = new GameObject();
Sprite* sv = new Sprite(*fcGo, "./assets/image/sv_64.png");
fcGo->box.x = 512 - 64 / 2;
fcGo->box.y = 300 - 64 / 2;

fcGo->AddComponent(sv);
objectArray.emplace_back(fcGo);
}

void State::LoadAssets()
Expand Down

0 comments on commit 3766f67

Please sign in to comment.