Does anyone know how to create a 3D2D timer?
It would say:
Egg - Cooking
Time: # Seconds
This would be beyond helpful if someone could tell me
Thanks <3
Do you even know how 3d2d works?
Ye
You could utilize [URL="https://wiki.garrysmod.com/page/Global/CurTime"]CurTime[/URL] to set a finish time for your cooking. Then draw the difference between the previously defined time and the current time in your 3d2d design.
Break it down:
1. You need code that calculates and creates the [b]text[/b] that you want to display.
2. You need code that draws on the screen the [b]graphics[/b] of the timer (in 2D), and on top of them, the text. For practice, you can do it on the screen without 3D2D.
3. You need code that decides [b]when[b] the timer should be drawn
4. You need code that decides [b]where[/b] it should be drawn, at what angle, and at what size. This is the 3D2D part.
that's it.
Sorry, you need to Log In to post a reply to this thread.