Skip to content

Instantly share code, notes, and snippets.

<Panel id="dedlyPlayerColorPicker" padding="5" rectAlignment="MiddleRight" color="rgba(0.75, 0.75, 0.75, 0.5)" height="{{HEIGHT}}" width="220" allowDragging="true" returnToOriginalPositionWhenReleased="false">
<VerticalLayout color="rgb(0.9, 0.9, 0.9)">
<Panel>
<Button id="dedlyPlayerColorPickerCollapseColors" color="Grey" offsetXY="-95 0" width="20" onClick="{{GUID}}/collapseColorPicker" tooltip="Collapse" tooltipPosition="Above"><Text>↑</Text></Button>
<Button id="dedlyPlayerColorPickerExpandColors" color="Grey" offsetXY="-95 0" width="20" onClick="{{GUID}}/expandColorPicker" tooltip="Expand" tooltipPosition="Above"><Text>↓</Text></Button>
<Button id="dedlyPlayerColorPickerSettings" color="Grey" offsetXY="-75 0" width="20" onClick="{{GUID}}/expandColorPicker" tooltip="Settings" tooltipPosition="Above"><Text>≡</Text></Button>
<Text offsetXY="10 0">Player Color Picker</Text>
<Button color="Red" offsetXY="95 0" width="20" onClick="{{GUID}
@DedlySpyder
DedlySpyder / gist:7150deeb49fa19765045cf41fb0992ac
Created July 11, 2020 18:22
Russian Powered Entities Report
Подключены машины с дальностью подключения 1
Полюс электроподключения - 1x1
Программируемый динамик - 1x1
Фонарь - 1x1
Подключены машины с дальностью подключения 2
Аккумуляторный блок - 2x2
Арифметический комбинатор - 1x2
Сравнивающий комбинатор - 1x2
Интерфейс электроэнергии - 2x2
<Panel id="dedlyPlayerColorPicker" padding="5" rectAlignment="MiddleRight" color="rgba(0.75, 0.75, 0.75, 0.5)" height="400" width="200" allowDragging="true" returnToOriginalPositionWhenReleased="false">
<VerticalLayout color="rgb(0.9, 0.9, 0.9)">
<Panel>
<Button id="dedlyPlayerColorPickerCollapseColors" color="Grey" offsetXY="-85 0" width="20" onClick="{{GUID}}/collapseColorPicker">V</Button>
<Button id="dedlyPlayerColorPickerExpandColors" color="Grey" offsetXY="-85 0" width="20" onClick="{{GUID}}/expandColorPicker">0</Button>
<Text>Player Color Picker</Text>
<Button color="Red" offsetXY="85 0" width="20" onClick="{{GUID}}/closeColorPicker">X</Button>
</Panel>
<VerticalLayout id="dedlyPlayerColorPickerColorButtons">
<Button id="dedlyPlayerColorPicker_White" color="White" onClick="{{GUID}}/onChangeColor">White</Button>