1
0

feat: 添加站牌方块

This commit is contained in:
Huxiaojiao
2023-05-21 21:22:55 +08:00
parent e7aa6d867f
commit 40dd973927
3 changed files with 137 additions and 0 deletions

View File

@@ -737,6 +737,14 @@ function regBlockOtherBasic(event) {
texture: '',
orientable: false,
},
{
name: 'station_sign_a',
box: [5, -16, 5, 11, 32, 11, true],
label: '站牌',
model: 'common/station_sign_a',
texture: '',
orientable: true,
},
{
name: 'statue_player_alex',
box: [4, 0, 6, 12, 31, 10, true],