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

Add progressbar #183

Open
ach-git opened this issue Jun 8, 2022 · 3 comments
Open

Add progressbar #183

ach-git opened this issue Jun 8, 2022 · 3 comments
Assignees
Labels
Feature New feature or request

Comments

@ach-git
Copy link
Contributor

ach-git commented Jun 8, 2022

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
})
@MoskalykA MoskalykA added the Feature New feature or request label Jun 9, 2022
@MoskalykA
Copy link
Contributor

Design idea ?

@CsokiHUN
Copy link
Contributor

CsokiHUN commented Jun 9, 2022

Good idea, but I think the type is quite simply Round, Rectangle etc

@ach-git
Copy link
Contributor Author

ach-git commented Jun 9, 2022

For round like this
image

And for Rectangle
image

Also i forget to say we can edit text and color

@MoskalykA MoskalykA self-assigned this Jun 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants