This commit is contained in:
MrZ_26
2020-02-12 23:49:24 +08:00
parent 3155bc48ef
commit f6835c2118
105 changed files with 6602 additions and 3009 deletions

10
parts/PCbase.lua Normal file
View File

@@ -0,0 +1,10 @@
return{
{3,3,3,0,0,0,0,0,2,2},
{3,6,6,0,0,0,0,2,2,5},
{4,6,6,0,0,0,1,1,5,5},
{4,4,4,0,0,0,0,1,1,5},
{1,1,0,0,0,0,0,4,4,4},
{5,1,1,0,0,0,0,6,6,4},
{5,5,2,2,0,0,0,6,6,3},
{5,2,2,0,0,0,0,3,3,3},
}