Add missing object event defaults

This commit is contained in:
GriffinR 2022-10-23 18:02:29 -04:00
parent 469ea40984
commit c9d244bf9b

View file

@ -202,10 +202,10 @@ void ObjectEvent::setDefaultValues(Project *project) {
this->setMovement(project->movementTypes.first());
this->setScript("NULL");
this->setTrainerType(project->trainerTypes.value(0, "0"));
this->setFlag("0");
this->setRadiusX(0);
this->setRadiusY(0);
this->setSightRadiusBerryTreeID("0");
this->setFrameFromMovement(project->facingDirections.value(this->getMovement()));
}