myspace / CommonLua /X /XTemplates /XEditorMapButton.lua
sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame
580 Bytes
-- ========== 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),
}),
})