From 9e558d45d7302d20c5706a6c058e8c281350a47d Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Mon, 15 Jul 2024 23:41:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=97=8B=E8=BD=AC=E6=95=99=E7=A8=8B?= =?UTF-8?q?=E6=9C=89=E4=B8=AA=E4=BA=94=E8=BF=9E=E5=9D=97=E9=94=99=E6=88=90?= =?UTF-8?q?=E5=85=AD=E8=BF=9E=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scene/tutorial_rotate.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scene/tutorial_rotate.lua b/assets/scene/tutorial_rotate.lua index 671eae6d..fb14a032 100644 --- a/assets/scene/tutorial_rotate.lua +++ b/assets/scene/tutorial_rotate.lua @@ -35,7 +35,7 @@ local shapes do {matrix={{_,_,O},{O,O,O},{_,O,_}}}, -- E {matrix={{_,O,_},{_,O,_},{O,O,O}}}, -- T5 {matrix={{O,_,O},{O,O,O},{_,_,_}}}, -- U - {matrix={{_,_,O,_},{_,_,O,O},{O,O,O,_},{_,_,_,_}}}, -- V + {matrix={{_,_,O,_},{_,_,O,_},{O,O,O,_},{_,_,_,_}}}, -- V {matrix={{O,_,_},{O,O,_},{_,O,O}}}, -- W {unuse=true,matrix={{_,O,_},{O,O,O},{_,O,_}}}, -- X {matrix={{_,_,_,_},{O,_,_,_},{O,O,O,O},{_,_,_,_}}}, -- J5