Deux Ex Machina
This commit is contained in:
@@ -26,8 +26,8 @@ void SellSreenRow::Draw() const {
|
||||
Vector2f amountPos { namePos.x + 100, m_Pos.y + 8 };
|
||||
m_CalculationText->Draw(amountPos);
|
||||
|
||||
utils::SetColor(Colors::GREEN);
|
||||
utils::DrawRect(Rectf { m_Pos, m_Size });
|
||||
// utils::SetColor(Colors::GREEN);
|
||||
// utils::DrawRect(Rectf { m_Pos, m_Size });
|
||||
}
|
||||
void SellSreenRow::Update(float elapsedSecs) {
|
||||
// m_NameText->ChangeText("EXAMPLE");
|
||||
|
||||
Reference in New Issue
Block a user