Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Renderer.1 {
- BackgroundColor = #F5F5F5;
- BackgroundColorDisabled = #E6E6E6;
- BackgroundColorDown = #EBEBEB;
- BackgroundColorHover = white;
- BorderColor = #3C3C3C;
- BorderColorDisabled = #7D7D7D;
- BorderColorDown = black;
- BorderColorFocused = #1E1EB4;
- BorderColorHover = black;
- Borders = (1, 1, 1, 1);
- TextColor = #3C3C3C;
- TextColorDisabled = #7D7D7D;
- TextColorDown = black;
- TextColorHover = black;
- Texture = None;
- TextureDisabled = None;
- TextureDown = None;
- TextureDownFocused = None;
- TextureDownHover = None;
- TextureFocused = None;
- TextureHover = None;
- }
- Button.connect {
- Position = (230, 150);
- Renderer = &1;
- Size = (141, 22);
- Text = Connect;
- TextSize = 13;
- }
- Button.settings {
- Position = (230, 190);
- Renderer = &1;
- Size = (141, 22);
- Text = Settings;
- TextSize = 13;
- }
- Button.exit {
- Position = (230, 230);
- Renderer = &1;
- Size = (141, 22);
- Text = Exit;
- TextSize = 13;
- }
- Label.Label1 {
- HorizontalAlignment = Center;
- Position = (230, 60);
- Size = (138.2, 48);
- Text = "Резня";
- TextSize = 20;
- VerticalAlignment = Center;
- Renderer {
- BackgroundColor = transparent;
- BorderColor = #3C3C3C;
- Borders = (0, 0, 0, 0);
- TextColor = #3C3C3C;
- TextureBackground = None;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement