1
0

feat: 添加售票机方块

This commit is contained in:
Huxiaojiao
2022-11-21 00:14:53 +08:00
committed by Frost-ZX
parent d2b2e8594c
commit b1ce046777
4 changed files with 107 additions and 0 deletions

View File

@@ -583,6 +583,13 @@ onEvent('block.registry', function (event) {
model: 'common/isolation_pile_a',
orientable: false,
},
{
name: 'ticket_machine_a',
box: [6, 0, 6, 10, 16, 10, true],
label: '售票机',
model: 'common/ticket_machine_a',
orientable: true,
},
{
name: 'statue_player_alex',
box: [4, 0, 6, 12, 31, 10, true],