Browse Source

another line

Kajetan Johannes Hammerle 2 years ago
parent
commit
b9a8b31c02
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Game.cpp

+ 2 - 0
Game.cpp

@@ -321,6 +321,8 @@ void Game::tick() {
                Color4(0x60, 0x00, 0x00, 0xFF),
                0.8f});
 
+    lines.add({{600.0f, 380.0f}, {1000.0f, 580.0f}});
+
     velocity += acceleration;
 
     onGround = false;