feat: 添加售票机方块
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user