This commit is contained in:
2025-10-13 09:44:33 -04:00
parent 2d724bf120
commit a0cea8081b
12 changed files with 313 additions and 123 deletions

View File

@@ -70,7 +70,7 @@ local pauseMenu = Gui.new({
flexDirection = "vertical",
justifyContent = "center",
alignItems = "center",
background = Color.new(0.1, 0.1, 0.1, 0.9),
backgroundColor = Color.new(0.1, 0.1, 0.1, 0.9),
})
local title = Gui.new({