    //ܒe˂̊ǗEep[^̐ݒB
    //gpO[oϐF00a.config.txte
    //o̓O[oϐFȂ

    sub RefractedShot
    {
        //O㋤ʏ
        let ShotTime = IntervalOfShot;	//ˊԊu
        let v = 4;			//e
        let ImgBe = WHITE01;		//OOtBbN
        let ImgsAf = [RED01, ORANGE01, YELLOW01, GREEN01, AQUA01, BLUE01, PURPLE01];	//OtBbN

        //܌vZ֘A
        let IndexGreen = RefractionIndexGreen;	//΂̋ܗ(KX1.52)
        let IndexDiff = IndexDifference;		//ܗ̍
        let SaftyTime = RefractionDelay;		//dJEgh~
        let MaxSinr = MaximumSineOfR;		// |sin(r)| ̏B(rF܊p)𒴂ƑS

        let CalcRefraction = [IndexGreen, IndexDiff, SaftyTime, MaxSinr];	//ϐ̈k

        TCreateRefractedShot(ShotTime, v, ImgBe, ImgsAf, CalcRefraction);
    }
