1
0

feat: 添加纯白色和纯黄色路方块

This commit is contained in:
2022-09-04 18:49:26 +08:00
parent cac6df7e83
commit 5486e63340

View File

@@ -113,6 +113,22 @@ onEvent('block.registry', (event) => {
hasSlant: false,
isBlank: true,
},
{
name: 'road_white',
label: '路 - 白色',
texturePath: 'road/content_white',
hasNormal: true,
hasSlant: false,
isBlank: true,
},
{
name: 'road_yellow',
label: '路 - 黄色',
texturePath: 'road/content_yellow',
hasNormal: true,
hasSlant: false,
isBlank: true,
},
{
name: 'road_line_single_white',
label: '路 - 单白线',