UNPKG

@victor_monakhov/tanks

Version:
57 lines (48 loc) 948 B
export class DemoSettingsTest1 { position = 0; team = 'red'; tankHead = 'gun_1'; tankBody = 'T_1'; } export class DemoSettingsTest2 { position = 1; team = 'red'; tankHead = 'gun_1'; tankBody = 'T_2'; } export class DemoSettingsTest3 { position = 2; team = 'red'; tankHead = 'gun_2'; tankBody = 'T_2'; } export class DemoSettingsTest4 { position = 3; team = 'red'; tankHead = 'gun_2'; tankBody = 'T_3'; } export class DemoSettingsTest5 { position = 0; team = 'blue'; tankHead = 'gun_3'; tankBody = 'T_3'; } export class DemoSettingsTest6 { position = 1; team = 'blue'; tankHead = 'gun_3'; tankBody = 'T_4'; } export class DemoSettingsTest7 { position = 2; team = 'blue'; tankHead = 'gun_4'; tankBody = 'T_4'; } export class DemoSettingsTest8 { position = 3; team = 'blue'; tankHead = 'gun_5'; tankBody = 'T_4'; }