disable ignoreguiinset
This commit is contained in:
parent
11d62e53d5
commit
3b327ea260
1 changed files with 1 additions and 1 deletions
|
@ -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)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue