8 lines
160 B
C++
Executable file
8 lines
160 B
C++
Executable file
#include "VanityTattoo.h"
|
|
|
|
UVanityTattoo::UVanityTattoo() {
|
|
this->RotationAngle = -100.00f;
|
|
this->ScaleBase = 0.25f;
|
|
this->ScaleStretch = 1.00f;
|
|
}
|
|
|