소스 검색

another line

Kajetan Johannes Hammerle 4 년 전
부모
커밋
b9a8b31c02
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;