Skip to content

Kimmyera/UI-Components_Godot-4.2.2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI Custom Components for Godot_4.2.2

This is a simple UI Component library that is in the works. I will make sure every change has working and organized code for you to not only use freely, but also even learn off of, like I have been doing ;p

Features

Components

  • Labels
    • Animating Integer (IntegerLabel.tscn)
  • Inputs
    • Horizontally-centered Custom Spinbox (CustomSpinbox.tscn)
      • Uses buttons on the left or right of the value to increase/decrease by integer increments. (Default of 1)

Common Utilities

  • ValueAnimator.gd
    • Animates a displaying value to the base value, with the options of; None, Linear, and Lerp

Examples

  • Integer Label - with Linear Speed

int_label_example.mp4
  • Integer Label - with Lerp Factor

int_label_lerp_example.mp4
  • Horizontal Spinbox Input (custom_spinbox.tscn)

custom_spinbox_example.mp4

Credits

!! READ FIRST: All Assets included in the project are either free to use and/or subject to licensing terms, such as; NO alteration of, and NO taking credit of the aforementioned assets included within the Assets/ directory !!

  • UI Button Icons made by Kicked-In Teeth on itch.io (CSL Licensed): Go to Asset Page
  • Reboot - Pixel Art Font made by WildLeoNight on itch.io (CC Licensed): Go to Asset Page

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published