提交 a8146b83 编写于 作者: 三月三net's avatar 三月三net

Python超人-宇宙模拟器

上级 a62d3850
...@@ -671,6 +671,9 @@ def create_sphere_sky(texture="bg_pan.jpg", scale=8000): ...@@ -671,6 +671,9 @@ def create_sphere_sky(texture="bg_pan.jpg", scale=8000):
sky = SphereSky(texture=sky_texture) sky = SphereSky(texture=sky_texture)
sky.scale = scale sky.scale = scale
return sky return sky
else:
print(f'`textures`目录下没有找到图片`{texture}`,请访问如下链接下载,下载后,将图片放在`textures`目录下')
print("高清下载地址:https://www.aliyundrive.com/s/zC4VbN9Mas7/folder/64f52f25ef4f4b0b34c6477e9ca73ddd35a27800")
if __name__ == '__main__': if __name__ == '__main__':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册