Kajetan Johannes Hammerle il y a 3 ans
Parent
commit
b9a8b31c02
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;