Skip to content

Commit

Permalink
Initial spinbox check in (#60)
Browse files Browse the repository at this point in the history
* Initial spinbox check in
* Busted createComponents down into smaller functions. Added some ldoc
* Add spinbox to readme
* Bump version
  • Loading branch information
demonnic authored Apr 28, 2023
1 parent 522d89f commit dc503da
Show file tree
Hide file tree
Showing 4 changed files with 447 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ You should maybe also include demontools.lua, as it notes below several other of
* sortbox.lua
* SortBox, an alternative to H/VBox which can be either, and also provides options for sorting its contents. Overview at <https://github.com/demonnic/MDK/wiki/SortBox>

* spinbox.lua
* SpinBox, a Geyser element for adjusting numbers with your mouse. Overview at <https://github.com/demonnic/MDK/wiki/SpinBox>

* sug.lua
* Self Updating Gauges, will watch a set of variables and update itself on a timer based on what values those variables hold. Documentation at <https://github.com/demonnic/MDK/wiki/SelfUpdatingGauge>

Expand Down
2 changes: 1 addition & 1 deletion mfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package": "MDK",
"version": "2.8.4",
"version": "2.9.0",
"author": "Demonnic",
"title": "Collection of useful objects/classes",
"icon": "computer.png",
Expand Down
2 changes: 1 addition & 1 deletion src/resources/mdkversion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.4
2.9.0
Loading

0 comments on commit dc503da

Please sign in to comment.