A 2D tile-based sandbox game.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

tree.h 99B

12345
  1. #pragma once
  2. #include "swan/swan.h"
  3. void spawnTree(const Swan::Context &ctx, Swan::TilePos pos);