reuse icons and blbs to remove some content
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
datablock fxDTSBrickData(LogicGate_Keyboard_Data){
|
||||
brickFile = $LuaLogic::Path @ "bricks/blb/keyboardgate.blb";
|
||||
category = "Logic Bricks";
|
||||
subCategory = "Special I/O";
|
||||
subCategory = "Inputs";
|
||||
uiName = "Input Keyboard";
|
||||
iconName = $LuaLogic::Path @ "icons/Input Keyboard";
|
||||
iconName = $LuaLogic::Path @ "bricks/icons/Input Keyboard";
|
||||
orientationFix = 3;
|
||||
|
||||
isLogic = true;
|
||||
@@ -42,7 +42,7 @@ function serverCmdLInputKey(%client, %key, %state){
|
||||
}
|
||||
}
|
||||
|
||||
function LogicGate_Keyboard_Data::Logic_OnInput(%data, %brick, %pos, %norm, %client){
|
||||
function LogicGate_Keyboard_Data::Logic_OnInput(%data, %brick, %pos, %norm, %client) {
|
||||
if(isObject(%client)){
|
||||
%client.Logic_InputKeyboard = %brick;
|
||||
%client.Logic_InputActive = true;
|
||||
|
||||
Reference in New Issue
Block a user