File size: 580 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
-- ========== GENERATED BY XTemplate Editor (Alt-F3) DO NOT EDIT MANUALLY! ==========
PlaceObj('XTemplate', {
__is_kind_of = "XTextButton",
group = "Editor",
id = "XEditorMapButton",
save_in = "Common",
PlaceObj('XTemplateWindow', {
'__class', "XTextButton",
'RolloverTemplate', "XEditorToolbarRollover",
'RolloverAnchor', "top",
'Dock', "left",
'VAlign', "center",
'MaxWidth', 36,
'MaxHeight', 36,
'BorderColor', RGBA(0, 0, 0, 0),
'Background', RGBA(0, 0, 0, 0),
'RolloverBackground', RGBA(0, 0, 0, 0),
'PressedBackground', RGBA(0, 0, 0, 0),
}),
})
|