Replaced text overlay with proper UI overlay

This commit is contained in:
saschawillems 2017-11-01 14:22:10 +01:00
parent 570750c16f
commit 68692367e0
54 changed files with 564 additions and 1649 deletions

View file

@ -127,8 +127,8 @@ public:
{
zoom = -75.0f;
rotation = { -15.0f, 45.0f, 0.0f };
enableTextOverlay = true;
title = "Vulkan Example - CPU particle system";
title = "CPU based particle system";
settings.overlay = true;
zoomSpeed *= 1.5f;
timerSpeed *= 8.0f;
srand(time(NULL));