tags: gui
title: GUI progress indicators
brief: This example shows how to create various types of progress indicators
author: Defold Foundation
scripts: progress.gui_script
The example shows three different types of progress indicators:
- A horizontal progress bar created using a box node with a texture and 9-slice scaling
- A numerical progress text created using a text node
- A circular progress created using a pie node
