guiTypes = {
	containerWindowType = {
		name = "nuking_window_container"
		position = { x = 20 y = 460 }

		buttonType ={
			name ="launch_nuke_button"
			spriteType = "GFX_nuke_button"
			position = { x=0 y=0 }
			pdx_tooltip = "LAUNCH_NUKE_TOOLTIP"
			pdx_tooltip_delayed = "LAUNCH_NUKE_TOOLTIP_DELAYED"
		}
	}
}