【もぐら叩きゲーム】ゲージのようなエフェクトを作る①
逆三角形を描いてメーターのようなエフェクトを作成する。
Color color = //メーターを上昇させる条件 ? Palette::Blue : Palette::White;Triangle(Vec2(1500, 100), Vec2(1650, 950), Vec2(1800, 100)) .draw(ColorF(color, 0.3));Vec2 leftBottomCornerVec = Vec2(1625, 800);Vec2 rig