add more wire sizes
This commit is contained in:
17
bricks/gen/newcode/Wire 1x1x41f.cs
Normal file
17
bricks/gen/newcode/Wire 1x1x41f.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
datablock fxDtsBrickData(LogicWire_1x1x41f_Data){
|
||||
brickFile = $LuaLogic::Path @ "bricks/gen/newbricks/Wire 1x1x41f.blb";
|
||||
iconName = $LuaLogic::Path @ "bricks/gen/newicons/Wire 1x1x41f";
|
||||
|
||||
category = "Logic Bricks";
|
||||
subCategory = "Wires";
|
||||
uiName = "Wire 1x1x41f";
|
||||
|
||||
logicBrickSize = "1 1 41";
|
||||
orientationFix = 0;
|
||||
|
||||
isLogic = true;
|
||||
isLogicWire = true;
|
||||
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user