Replaced text overlay with proper UI overlay
This commit is contained in:
parent
570750c16f
commit
68692367e0
54 changed files with 564 additions and 1649 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue