From 3766f671a5d051ead380c98eb800ac5399abfe89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Tom=C3=A1s?= Date: Mon, 4 Jul 2022 18:41:46 -0300 Subject: [PATCH] deleted little guy :( --- src/State.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/State.cpp b/src/State.cpp index e8bd08a..a92a671 100644 --- a/src/State.cpp +++ b/src/State.cpp @@ -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()