disable ignoreguiinset

This commit is contained in:
Reid 2023-08-19 17:32:39 -07:00
parent 11d62e53d5
commit 3b327ea260

View file

@ -13,7 +13,7 @@ export default function main(props: MainProps): Roact.Element {
withHookDetection(Roact) withHookDetection(Roact)
return ( return (
<screengui ResetOnSpawn={false} IgnoreGuiInset {...spreadableProps}> <screengui ResetOnSpawn={false} {...spreadableProps}>
<Hotbar <Hotbar
Position={new UDim2(0.5, 0, 1, 0)} Position={new UDim2(0.5, 0, 1, 0)}
AnchorPoint={new Vector2(0.5, 1)} AnchorPoint={new Vector2(0.5, 1)}