Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Add progressbar #183

Description

@ach-git

Progress bar with time gestion and other.

Exemple:

NCS:progressBar(time: 1000, style: "NCS.Round" --[[ Not requiered but diferent style: NCS.Round, NCS.Rectangle, ... ]], position: vector2(1, 1), size: vector2(1, 1), {
     onProgress = function()
          -- while progress bar running
     end,
     onFinish = function()
          -- when progress bar finish
     end
})

Metadata

Metadata

Assignees

Labels

FeatureNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions