mirror of
https://github.com/asherao/dcs-scratchpad.git
synced 2025-10-29 16:56:22 +00:00
68 lines
1.7 KiB
Plaintext
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|