pawbyte / Game-Pencil-Engine-Editor

Game Pencil Engine a game engine written from the ground up.
https://gamepencil.net/
MIT License
102 stars 20 forks source link

PawGui - buttons to have loading spinners #104

Open nhurde opened 1 year ago

nhurde commented 1 year ago

Goal: To display that action is currently in action and/or unavailable.

A simple rotating circle and/or a radial going from 0 to 360 degrees then reappearing.

Options. -subclass or modify each button to have a public boolean to set if in spinning/loading status.

Goal; -effects constructor, logic and renderer. -The loading status does not need to be saved as it is a temporary action when saving button data. --When in loading status; the click functionality of button is temporarily disabled until the loading status disappears.

nhurde commented 1 month ago

This is definitely doable, but not priority. Will move to Fall 2024 and possible Winter 2024 as current goal now is engine and editor, not PawGUI updates.