From 49def655c98e86d1db208e67d1bd8813e94437ee Mon Sep 17 00:00:00 2001 From: Caleb Anderson Date: Mon, 9 Jun 2014 16:00:53 -0600 Subject: [PATCH 1/2] add sublime text project/workspace to ignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5cfee6b657..d72433e9b1 100644 --- a/.gitignore +++ b/.gitignore @@ -56,4 +56,8 @@ Lua-API.md *.html # StyleCop -*.Cache \ No newline at end of file +*.Cache + +# SublimeText +*.sublime-project +*.sublime-workspace \ No newline at end of file From 3b9f1ed43c6227e82b52bf4f425c493459a3973d Mon Sep 17 00:00:00 2001 From: Caleb Anderson Date: Mon, 9 Jun 2014 16:06:10 -0600 Subject: [PATCH 2/2] expand credits window a bit to fit the text better. --- mods/cnc/chrome/credits.yaml | 2 +- mods/ra/chrome/credits.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/cnc/chrome/credits.yaml b/mods/cnc/chrome/credits.yaml index 771feff94f..660b9c36c3 100644 --- a/mods/cnc/chrome/credits.yaml +++ b/mods/cnc/chrome/credits.yaml @@ -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: diff --git a/mods/ra/chrome/credits.yaml b/mods/ra/chrome/credits.yaml index 85a5e0415b..4e4905fb06 100644 --- a/mods/ra/chrome/credits.yaml +++ b/mods/ra/chrome/credits.yaml @@ -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: