//==============================================================================
//	 e `֐
//	̃t@Cinclude_functionŎ荞ނAKvȕRsyĎgp
//==============================================================================
//	eftHg̃{X摜`悷iAړJbgŐݒ肷j
//	 @DrawLoopɂĖt[ĂԂ
//	@ 摜̓[hς݂ł邱
//	@ ֐Ɋ܂܂ȂݒiSetColorASetAlphaj͕Kvɉĕʓrs
//	@ ExRumia.pngƓ`i傫yєzujłΕʂ̉摜gpł
//------------------------------------------------------------------------------
function DrawBossDefault(
	let imgFile			// {X摜t@CpX
){
	if( GetSpeed() < 0.1 ){ SetGraphicRect( 0, 0, 64, 64 ); }
	else if( cos( GetAngle() ) < 0 ){ SetGraphicRect( 128, 0, 192, 64 ); }
	else{ SetGraphicRect( 192, 0, 256, 64 ); }
	SetTexture( imgFile );
	DrawGraphic( GetX(), GetY() );
}
