Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
x 軸に沿って 1 次元の動きを実装しています。
オブジェクトは動いていますが、方向が間違っています
シーンを移動するためのコード
self.obstacles.position.x -= speed // obstacles = objects self.map.position.x -= speed // map is the scene