浏览代码

another line

Kajetan Johannes Hammerle 3 年之前
父节点
当前提交
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;