mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-07-16 00:44:59 +00:00
add more shapes
This commit is contained in:
parent
cc909af568
commit
3475855fcb
3 changed files with 9 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ export function InspectorControls({
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
id="controls"
|
id="controls"
|
||||||
|
onKeyDown={(e) => e.stopPropagation()}
|
||||||
onPointerDown={(e) => e.stopPropagation()}
|
onPointerDown={(e) => e.stopPropagation()}
|
||||||
onClick={(e) => e.stopPropagation()}
|
onClick={(e) => e.stopPropagation()}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,8 @@ import { ShapeModel, ShapePlaceholder } from "./GenericShape";
|
||||||
|
|
||||||
const dataBlockToShapeName = {
|
const dataBlockToShapeName = {
|
||||||
AmmoPack: "pack_upgrade_ammo.dts",
|
AmmoPack: "pack_upgrade_ammo.dts",
|
||||||
|
Beacon: "beacon.dts",
|
||||||
|
Chaingun: "weapon_chaingun.dts",
|
||||||
ChaingunAmmo: "ammo_chaingun.dts",
|
ChaingunAmmo: "ammo_chaingun.dts",
|
||||||
CloakingPack: "pack_upgrade_cloaking.dts",
|
CloakingPack: "pack_upgrade_cloaking.dts",
|
||||||
DiscAmmo: "ammo_disc.dts",
|
DiscAmmo: "ammo_disc.dts",
|
||||||
|
|
|
||||||
|
|
@ -13,15 +13,21 @@ const dataBlockToShapeName = {
|
||||||
Banner_Honor: "banner_honor.dts",
|
Banner_Honor: "banner_honor.dts",
|
||||||
Banner_Strength: "banner_strength.dts",
|
Banner_Strength: "banner_strength.dts",
|
||||||
Banner_Unity: "banner_unity.dts",
|
Banner_Unity: "banner_unity.dts",
|
||||||
|
CreativityPad: "station_teleport.dts",
|
||||||
ExteriorFlagStand: "ext_flagstand.dts",
|
ExteriorFlagStand: "ext_flagstand.dts",
|
||||||
|
FlipFlop: "switch.dts",
|
||||||
GeneratorLarge: "station_generator_large.dts",
|
GeneratorLarge: "station_generator_large.dts",
|
||||||
|
InteriorFlagStand: "int_flagstand.dts",
|
||||||
|
LightMaleHuman_Dead: "light_male_dead.dts",
|
||||||
LogoProjector: "teamlogo_projector.dts",
|
LogoProjector: "teamlogo_projector.dts",
|
||||||
SensorLargePulse: "sensor_pulse_large.dts",
|
SensorLargePulse: "sensor_pulse_large.dts",
|
||||||
SensorMediumPulse: "sensor_pulse_medium.dts",
|
SensorMediumPulse: "sensor_pulse_medium.dts",
|
||||||
SolarPanel: "solarpanel.dts",
|
SolarPanel: "solarpanel.dts",
|
||||||
|
StaticShape: "switch.dts",
|
||||||
StationInventory: "station_inv_human.dts",
|
StationInventory: "station_inv_human.dts",
|
||||||
StationVehicle: "vehicle_pad_station.dts",
|
StationVehicle: "vehicle_pad_station.dts",
|
||||||
StationVehiclePad: "vehicle_pad.dts",
|
StationVehiclePad: "vehicle_pad.dts",
|
||||||
|
Teleporter: "nexusbase.dts",
|
||||||
};
|
};
|
||||||
|
|
||||||
let _caseInsensitiveLookup: Record<string, string>;
|
let _caseInsensitiveLookup: Record<string, string>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue