Magic_Game/core/Action/FadeIn.cpp

7 lines
93 B
C++

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