replaced a lot ofbricks with generated ones

This commit is contained in:
Redo
2020-05-21 07:36:03 -05:00
parent 1cdffd4e01
commit d6b2df4b1d
443 changed files with 260593 additions and 70209 deletions

View File

@@ -0,0 +1,17 @@
datablock fxDtsBrickData(LogicWire_1x1x6_Data){
brickFile = $LuaLogic::Path @ "bricks/gen/newbricks/Wire 1x1x6.blb";
iconName = $LuaLogic::Path @ "bricks/gen/newicons/Wire 1x1x6";
category = "Logic Bricks";
subCategory = "Wires";
uiName = "Wire 1x1x6";
logicBrickSize = "1 1 18";
orientationFix = 0;
isLogic = true;
isLogicWire = true;
};