Kulltero
Kulltero
### Email auth or Confirm-By-Email ^ is something that i believe would be a fairly great enhancement for PHP-Auth, especially because its allready built in (in a way), i've bee...
# Adding an Extendable Animation Component > Dont be alarmed by the amount of lines added that github shows, this repo includes various json files with examples to make testing...
## Implementing Drag & Drop into our UIs > drag & drop allows us to mark a panel as draggable & listening to its movements when dragged by the player,...
## Improving the Countdown Component Changed the countdown component to be useful for any counting/timer operation by supporting float parameters fully ensuring backwards compatibility (as JSON auto converts ints to...
# Creating expandable Documentation for the CUI System & its Components > This PR has no code changes, it's purely focussed on explaining the API the rust client provides. The...
# Adding a Server controlled Sound System **Summary** this fork adds a way to play sounds on the client & load new sounds from the web, it currently supports: -...
Avoids Re-downloading the same image for following instances of the same image, re-using the texture instead, doesnt persist through restarts (Also Removing a now-useless if check, since it *shouldnt* happen...
## What? Rust CUI Image's Opacity is Skewed in a major way, this makes it very difficult to work with for anything beyond a simple UI, i especially noticed this...
turns out SingleLine removes any \n newlines from the string the moment the text is applied, so even if the lineType is set to a Multiline variant afterwards the string...
## Slicing Serverside images > This PR only adds the ability to specify the border, not the Tilemode or Stretch properties [Learn more about 9-slicing](https://docs.unity3d.com/2022.3/Documentation/Manual/9SliceSprites.html) ## The Breakdown this PR...