dcs-scratchpad/Scripts/Scratchpad/CrosshairWindow.dlg
2021-10-14 22:30:15 +02:00

68 lines
1.7 KiB
Plaintext

dialog = {
["type"] = "Window",
["params"] = {
["bounds"] = {
[1] = {
["h"] = 8,
["w"] = 8,
["x"] = 0,
["y"] = 0
}
},
["draggable"] = false,
["enabled"] = true,
["hasCursor"] = false,
["lockFlow"] = false,
["modal"] = false,
["offscreen"] = false,
["resizable"] = false,
["zOrder"] = 111,
["text"] = ""
},
["skin"] = {
["params"] = {
["headerHeight"] = 0,
["name"] = "windowSkin"
},
["states"] = {
["released"] = {
[1] = {
["bkg"] = {
["center_center"] = "0x00000000"
}
}
}
}
},
["children"] = {
["WaypointCrosshair"] = {
["type"] = "Static",
["params"] = {
["bounds"] = {
["h"] = 8,
["w"] = 8,
["x"] = 0,
["y"] = 0
},
["enabled"] = true,
["visible"] = true,
},
["skin"] = {
["params"] = {
["name"] = "staticSkin"
},
["states"] = {
["released"] = {
[1] = {
["picture"] = {
["color"] = "0xffffffff",
["file"] = "dxgui\\skins\\skinME\\images\\mission_editor\\neutral_coalition.png"
}
}
}
}
}
}
}
}