18 lines
367 B
C#
18 lines
367 B
C#
|
|
datablock fxDtsBrickData(LogicWire_1x1x44f_Data){
|
|
brickFile = $LuaLogic::Path @ "bricks/gen/newbricks/Wire 1x1x44f.blb";
|
|
iconName = $LuaLogic::Path @ "bricks/gen/newicons/Wire 1x1x44f";
|
|
|
|
category = "Logic Bricks";
|
|
subCategory = "Wires";
|
|
uiName = "Wire 1x1x44f";
|
|
|
|
logicBrickSize = "1 1 44";
|
|
orientationFix = 0;
|
|
|
|
isLogic = true;
|
|
isLogicWire = true;
|
|
|
|
|
|
};
|