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

textures.lua 170 B

12345678910
  1. texture = {
  2. player = {
  3. orbiter = "textures/player/orbiter.png"
  4. },
  5. planet = {
  6. -- here will go planet textures in future
  7. }
  8. }
  9. return texture