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

Python超人-宇宙模拟器

上级 33306154
......@@ -211,7 +211,7 @@ class TheLostPlanetSim(UniverseSimScenes):
self.moon_redesign_last_time = time.time()
c_time = time.time()
# set_alpha_animation(asteroids, 0.0, 1.0, 0.01)
if c_time - self.moon_redesign_last_time > 0.05:
if c_time - self.moon_redesign_last_time > 0.02:
self.moon_redesign_last_time = c_time
self.create_asteroid()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册