finish all basic floor protorype

This commit is contained in:
yyc12345 2020-10-10 09:53:07 +08:00
parent 027e267cc7
commit 83ba270184
2 changed files with 1058 additions and 20 deletions

View File

@ -149,7 +149,10 @@ floor_texture_corresponding_map = {
"FloorTopBorderless": "Floor_Top_Borderless.bmp", "FloorTopBorderless": "Floor_Top_Borderless.bmp",
"FloorTopFlat": "Floor_Top_Flat.bmp", "FloorTopFlat": "Floor_Top_Flat.bmp",
"FloorTopProfil": "Floor_Top_Profil.bmp", "FloorTopProfil": "Floor_Top_Profil.bmp",
"FloorTopProfilFlat": "Floor_Top_ProfilFlat.bmp" "FloorTopProfilFlat": "Floor_Top_ProfilFlat.bmp",
"BallWood": "Ball_Wood.bmp",
"BallPaper": "Ball_Paper.bmp",
"BallStone": "Ball_Stone.bmp"
} }
floor_block_dict = {} floor_block_dict = {}

File diff suppressed because it is too large Load Diff