From ce4ba0cefd6739a986c95b56b53ea063e5b662df Mon Sep 17 00:00:00 2001 From: MrZ_26 Date: Fri, 14 Aug 2020 18:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E6=AC=A1=E5=90=AF=E5=8A=A8=E6=B8=B8?= =?UTF-8?q?=E6=88=8Fai=E6=98=AF=E4=B8=80=E6=A0=B7=E7=9A=84=E5=9D=97?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/scene.lua | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Zframework/scene.lua b/Zframework/scene.lua index a812bc45..b8dd8f6b 100644 --- a/Zframework/scene.lua +++ b/Zframework/scene.lua @@ -48,16 +48,9 @@ function sceneInit.main() BG.set("space") BGM.play("blank") - game.frame=0 - game.recording=false - game.replaying=false - game.seed=1046101471 - game.rec={} - modeEnv={} - destroyPlayers() - --Create demo player + destroyPlayers() PLY.newDemoPlayer(1,900,35,1.1) end function sceneInit.music()