From 1d0dfa31a0471459a39051679d15d8d4631f0c76 Mon Sep 17 00:00:00 2001 From: Alberth Date: Sat, 10 Jan 2015 18:57:09 +0100 Subject: [PATCH] Change: Better description, and some colour to the goals. --- info.nut | 8 ++++---- lang/english.txt | 18 ++++++++++-------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/info.nut b/info.nut index 4a21468..87382b8 100644 --- a/info.nut +++ b/info.nut @@ -20,14 +20,14 @@ class BusyBeeInfo extends GSInfo { function GetAuthor() { return "alberth & andythenorth"; } function GetName() { return "BusyBee"; } - function GetDescription() { return "Goal: Have fun"; } - function GetVersion() { return 0; } - function GetDate() { return "2014-12-27"; } + function GetDescription() { return "Make connection, transport cargo"; } + function GetVersion() { return 1; } + function GetDate() { return "2015-01-10"; } function CreateInstance() { return "BusyBeeClass"; } function GetShortName() { return "BBEE"; } function GetAPIVersion() { return "1.5"; } function GetUrl() { return ""; } - function MinVersionToLoad() { return this.GetVersion(); } + function MinVersionToLoad() { return 0; } function GetSettings(); } diff --git a/lang/english.txt b/lang/english.txt index 23ea566..96933ec 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -1,8 +1,10 @@ -STR_LAKE_NEWS :There are {NUM} {}fish here -STR_COMPANY_GOAL :Deliver {CARGO_LONG} to {STRING} -STR_PROGRESS :{NUM}% done -STR_TIMEOUT_YEARS :{NUM} year{P "" s} remaining -STR_TIMEOUT_MONTHS :{NUM} month{P "" s} remaining -STR_TIMEOUT_DAYS :{NUM} day{P "" s} remaining -STR_TOWN_NAME :{TOWN} -STR_INDUSTRY_NAME :{INDUSTRY} +##plural 0 + +STR_GOAL_NEWS : +STR_COMPANY_GOAL :Deliver {GOLD}{CARGO_LONG} {ORANGE}to {STRING} +STR_PROGRESS :{YELLOW}{NUM}% {ORANGE}done +STR_TIMEOUT_YEARS :{GOLD}{NUM} {ORANGE}year{P "" s} remaining +STR_TIMEOUT_MONTHS :{GOLD}{NUM} {ORANGE}month{P "" s} remaining +STR_TIMEOUT_DAYS :{GOLD}{NUM} {ORANGE}day{P "" s} remaining +STR_TOWN_NAME :{WHITE}{TOWN} +STR_INDUSTRY_NAME :{YELLOW}{INDUSTRY}