Magic_Game/core/Action/FadeOut.cpp

7 lines
95 B
C++

#include "..\e2daction.h"
e2d::FadeOut::FadeOut(float duration)
: OpacityTo(duration, 0)
{
}