Merge pull request #5593 from RobotCaleb/misc_fixes
Expanded credits window a bit
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -56,4 +56,8 @@ Lua-API.md
|
||||
*.html
|
||||
|
||||
# StyleCop
|
||||
*.Cache
|
||||
*.Cache
|
||||
|
||||
# SublimeText
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
@@ -2,7 +2,7 @@ Container@CREDITS_PANEL:
|
||||
Logic: CreditsLogic
|
||||
X: (WINDOW_RIGHT - WIDTH)/2
|
||||
Y: (WINDOW_BOTTOM - 400)/2
|
||||
Width: 400
|
||||
Width: 410
|
||||
Height: 435
|
||||
Children:
|
||||
Label@CREDITS_TITLE:
|
||||
|
||||
@@ -2,7 +2,7 @@ Background@CREDITS_PANEL:
|
||||
Logic: CreditsLogic
|
||||
X: (WINDOW_RIGHT - WIDTH)/2
|
||||
Y: (WINDOW_BOTTOM - 400)/2
|
||||
Width: 400
|
||||
Width: 410
|
||||
Height: 450
|
||||
Children:
|
||||
Label@CREDITS_TITLE:
|
||||
|
||||
Reference in New Issue
Block a user