Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
216 stars 56 forks source link

Update Fade.modulescript.lua #28

Closed ThoughtSpinnr closed 6 years ago

ThoughtSpinnr commented 6 years ago

Updated to utilize AnchorPoints and IgnoreGuiInset, as well as added a new customization option to adjust the font size.

Sleitnick commented 6 years ago

This is good. However, the main Fade frame shouldn't have its anchor point centered. Since the idea is to 'fill' the screen, it makes sense to have a 0,0 anchor point and a 1,0,1,0 size. If you could make that change, I will pull in these changes

ThoughtSpinnr commented 6 years ago

Will do! It was really just a personal preference of mine to have it centered, but I'll change it back to top left alignment.

Sleitnick commented 6 years ago

Looks good!