😁
I love deleting code
Game Engineer and Tools programmer
Pinned Loading
-
Tristeon/Tristeon3D
Tristeon/Tristeon3D Public archive[Deprecated] A 3D Engine built by two Game Engineering students.
-
-
A unity script for easily delaying p...
A unity script for easily delaying parts of your code 1//----------- Example code -----------
2float health = 5;
3CooldownManager.Cooldown(2, () => health++); //Delay health increment by 2 seconds
45CooldownManager.Cooldown(5, Shoot); //Invoke shoot in 5 seconds
-
Tristeon/Tristeon
Tristeon/Tristeon Public archiveA free, open-source, cross-platform 2D platformer game engine, designed to enable quick prototyping and reduce development time.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.