STR_CHANGE ,no fit in window
Изменение
Différence
Differenz
Modifiche
proposal:
@@ -42,13 +42,13 @@ FundingState::FundingState(Game *game) : State(game)
{
https:// Create objects
_window = new Window(this, 320, 200, 0, 0);
_btnOk = new TextButton(50, 12, 135, 180);
_txtTitle = new Text(280, 16, 32, 8);
- _txtCountry = new Text(100, 16, 32, 24);
- _txtFunding = new Text(120, 16, 140, 24);
- _txtChange = new Text(120, 16, 240, 24);
+ _txtCountry = new Text(100, 16, 32, 30);
+ _txtFunding = new Text(120, 16, 140, 30);
+ _txtChange = new Text(120, 16, 240, 30);
_lstCountries = new TextList(280, 136, 32, 40);
https:// Set palette
_game->setPalette(_game->getResourcePack()->getPalette("BACKPALS.DAT")->getColors(Palette::blockOffset(0)), Palette::backPos, 16);
@@ -70,24 +70,17 @@ FundingState::FundingState(Game *game) : State(game)
_txtTitle->setColor(Palette::blockOffset(15)-1);
_txtTitle->setBig();
_txtTitle->setText(_game->getLanguage()->getString("STR_INTERNATIONAL_RELATIONS"));
- _txtCountry->setColor(Palette::blockOffset(15)-1);
- _txtCountry->setBig();
+ _txtCountry->setColor(Palette::blockOffset(8)+5);
_txtCountry->setText(_game->getLanguage()->getString("STR_COUNTRY"));
- _txtFunding->setColor(Palette::blockOffset(15)-1);
- _txtFunding->setBig();
+ _txtFunding->setColor(Palette::blockOffset(8)+5);
_txtFunding->setText(_game->getLanguage()->getString("STR_FUNDING"));
- if (_game->getLanguage()->getName() == L"ITALIANO")
- {
- _txtFunding->setX(125);
- }
- _txtChange->setColor(Palette::blockOffset(15)-1);
- _txtChange->setBig();
+ _txtChange->setColor(Palette::blockOffset(8)+5);
_txtChange->setText(_game->getLanguage()->getString("STR_CHANGE"));
_lstCountries->setColor(Palette::blockOffset(15)-1);
_lstCountries->setSecondaryColor(Palette::blockOffset(8)+10);
_lstCountries->setColumns(3, 108, 100, 72);
Firestorm in Ufopaedia
proposal
@@ -86,11 +86,11 @@ XcomRuleset::XcomRuleset() : Ruleset()
article_craft.id = "STR_FIRESTORM";
article_craft.title = "STR_FIRESTORM";
article_craft.image_id = "UP005.SPK";
article_craft.text = "STR_FIRESTORM_UFOPEDIA";
- article_craft.rect_text.set(5, 40, 140, 100);
+ article_craft.rect_text.set(5, 60, 140, 100);
article_craft.craft = _crafts[article_craft.id];
article_craft.rect_stats.set(160, 5, 140, 60);
article_craft.sort_key = sort_key++;
_ufopaediaArticles[article_craft.id] = new ArticleDefinitionCraft(article_craft);
Sectoid in Ufopaedia need modify translate.
I no have idea fit this long text.