Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- {
- tag="Panel",
- attributes={
- id="panel_red",
- position="-200 0 0"
- },
- children={
- {
- tag="Button",
- attributes={
- id="btn_red",
- width="100",
- height="100",
- text="RED",
- colors="#FF3322|#FFFFFF|#FFFFFF|#FFFFFF|"
- },
- children={
- }
- }
- }
- },
- {
- tag="Panel",
- attributes={
- id="panel_green",
- position="0 0 0"
- },
- children={
- {
- tag="Button",
- attributes={
- id="BTNgreen",
- width="100",
- height="100",
- text="GREEN",
- colors="#44FF40|#FFFFFF|#FFFFFF|#FFFFFF|"
- },
- children={
- }
- }
- }
- },
- {
- tag="Panel",
- attributes={
- id="panel_blue",
- position="200 0 0"
- },
- children={
- {
- tag="Button",
- attributes={
- id="BTNgreen",
- width="100",
- height="100",
- text="BLUE",
- colors="#4466FF|#FFFFFF|#FFFFFF|#FFFFFF|"
- },
- children={
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment