Skip to content

Commit

Permalink
修旋转教程有个五连块错成六连了
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jul 15, 2024
1 parent 5b5238a commit 9e558d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scene/tutorial_rotate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e558d4

Please sign in to comment.