Skip to content
View staledonuts's full-sized avatar
🌴
On vacation
🌴
On vacation

Block or report staledonuts

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
staledonuts/README.md

Pinned Loading

  1. Deaddonut-se Deaddonut-se Public

  2. IntName IntName Public

    C#

  3. BTweens BTweens Public

    A small Tweener for unity using UniTask.

    C# 3

  4. A small C Tweener. A small C Tweener.
    1
    //To use include this header (#include "SmallTween.h") in you source and add #define TWEEN_IMPLEMENTATION where you want it. (Usually at the top of the document.)
    2
    //Implement UpdateTweens(float delta) into your main application loop to be updated once per cycle.
    3
    //And dont forget to Have fun!
    4
    
                  
    5
    #define MAX_TWEENS 256 //Change this to make sure you have enough capacity for the amount of tweens you need.