Update script value to that in the lua file (#331)

This commit is contained in:
Jett
2022-01-01 08:02:28 +00:00
committed by GitHub
parent 00e841587d
commit a15f9f38d8

View File

@ -20,7 +20,7 @@ void AgSpaceStuff::OnStartup(Entity* self) {
self->SetVar(u"ShakeObject", ref->GetObjectID());
self->AddTimer("ShipShakeIdle", 1.0f);
self->AddTimer("ShipShakeIdle", 2.0f);
self->SetVar(u"RandomTime", 10);
}