christopher-buss / roblox-ts-project-template

My personalized template for starting roblox-ts projects.
MIT License
21 stars 1 forks source link

Add version GUI #161

Closed christopher-buss closed 1 month ago

christopher-buss commented 1 month ago

We can add a little GUI in the bottom right corner of the screen that shows the current Git SHA when in development to know what version we're on while in game using the rbxts-transform-debug $git macro.

We can also use this in production to get the current tag, so that we can get the current tag version of the live game for the same purposes.

This could also be added to the user settings as a toggle (on by default), to show more examples of how reflex works.