#Why is my game crash when I create form not named "Mines" and "test"?
1 messages · Page 1 of 1 (latest)
const customui = new ActionFormData()
.title("Tornadoo Server")
.body("")
.button("Spawn", "textures/ui/spawn")
.button("Shop", "textures/ui/shop")
.button("Lobby", "textures/ui/lobby")
.button("Others", "textures/ui/others");
const customui2 = new ActionFormData()
.title("test")
.body("")
.button("Spawn", "textures/ui/spawn")
.button("Shop", "textures/ui/shop")
.button("Lobby", "textures/ui/lobby")
.button("Others", "textures/ui/others")
when I create these by use item and it crashes
but title starts with Mines doesnt
I found that is because I cant put 2 panels in the "wrapping panel" in "mines_form_scrolling_content" but then how do I make different buttons have different property?