@victor_monakhov/tanks
Version:
Game Tanks for browser
78 lines (77 loc) • 1.68 kB
JavaScript
var s = Object.defineProperty;
var o = (e, a, n) => a in e ? s(e, a, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[a] = n;
var t = (e, a, n) => o(e, typeof a != "symbol" ? a + "" : a, n);
class d {
constructor() {
t(this, "position", 0);
t(this, "team", "red");
t(this, "tankHead", "gun_1");
t(this, "tankBody", "T_1");
}
}
class g {
constructor() {
t(this, "position", 1);
t(this, "team", "red");
t(this, "tankHead", "gun_1");
t(this, "tankBody", "T_2");
}
}
class k {
constructor() {
t(this, "position", 2);
t(this, "team", "red");
t(this, "tankHead", "gun_2");
t(this, "tankBody", "T_2");
}
}
class m {
constructor() {
t(this, "position", 3);
t(this, "team", "red");
t(this, "tankHead", "gun_2");
t(this, "tankBody", "T_3");
}
}
class T {
constructor() {
t(this, "position", 0);
t(this, "team", "blue");
t(this, "tankHead", "gun_3");
t(this, "tankBody", "T_3");
}
}
class _ {
constructor() {
t(this, "position", 1);
t(this, "team", "blue");
t(this, "tankHead", "gun_3");
t(this, "tankBody", "T_4");
}
}
class l {
constructor() {
t(this, "position", 2);
t(this, "team", "blue");
t(this, "tankHead", "gun_4");
t(this, "tankBody", "T_4");
}
}
class u {
constructor() {
t(this, "position", 3);
t(this, "team", "blue");
t(this, "tankHead", "gun_5");
t(this, "tankBody", "T_4");
}
}
export {
d as DemoSettingsTest1,
g as DemoSettingsTest2,
k as DemoSettingsTest3,
m as DemoSettingsTest4,
T as DemoSettingsTest5,
_ as DemoSettingsTest6,
l as DemoSettingsTest7,
u as DemoSettingsTest8
};