From 892b73e9c689037139ab1715baecffc52f8aaca9 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sun, 2 Sep 2018 02:41:01 -0400 Subject: [PATCH] updates the title screen config dir to account for the 7:5 lobby --- config/title_screens/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/title_screens/README.txt b/config/title_screens/README.txt index 6e7bf166f8..759a8aa61b 100644 --- a/config/title_screens/README.txt +++ b/config/title_screens/README.txt @@ -1,7 +1,7 @@ The enclosed images folder holds the image files used as the title screen for the game. All common formats such as PNG, JPG, and GIF are supported. Byond's DMI format is also supported, but if you use a DMI only include one image per file and do not give it an icon_state (the text label below the image). -Keep in mind that the area a title screen fills is a 480px square so you should scale/crop source images to these dimensions first. +Keep in mind that the area a title screen fills is a 672x480px rectangle, so you should scale/crop source images to these dimensions first. The game won't scale these images for you, so smaller images will not fill the screen and larger ones will be cut off. Using unnecessarily huge images can cause client side lag and should be avoided. Extremely large GIFs should preferentially be converted to DMIs. @@ -47,4 +47,4 @@ Rare Titles: Rare titles are a just for fun feature where they will only have a 1% chance of appear in in the title screen pool of a given round. Add the phrase "rare+" to the beginning of the name. Again note there are no spaces. A title cannot be rare title and a map title at the same time. -An example of a rare title name is "rare+explosion" \ No newline at end of file +An example of a rare title name is "rare+explosion"