Fix project name, and use Nightly as version.
This commit is contained in:
@@ -6,10 +6,10 @@ name = BusyBee
|
|||||||
version =
|
version =
|
||||||
|
|
||||||
description_file = bananas_description.txt
|
description_file = bananas_description.txt
|
||||||
url = http://dev.openttdcoop.org/projects/busybee-gs
|
url = http://dev.openttdcoop.org/projects/busy-bee-gs
|
||||||
license = GPL v2
|
license = GPL v2
|
||||||
tags = cargo, challenge, goal, cooperative
|
tags = cargo, challenge, goal, cooperative
|
||||||
openttd_minimum_supported_version = 1.4.2
|
openttd_minimum_supported_version = Nightly
|
||||||
openttd_maximum_supported_version =
|
openttd_maximum_supported_version =
|
||||||
|
|
||||||
# SuperLib_for_NoGo-36.tar
|
# SuperLib_for_NoGo-36.tar
|
||||||
|
|||||||
2
info.nut
2
info.nut
@@ -33,7 +33,7 @@ class BusyBeeInfo extends GSInfo {
|
|||||||
function CreateInstance() { return "BusyBeeClass"; }
|
function CreateInstance() { return "BusyBeeClass"; }
|
||||||
function GetShortName() { return "BBEE"; }
|
function GetShortName() { return "BBEE"; }
|
||||||
function GetAPIVersion() { return "1.5"; }
|
function GetAPIVersion() { return "1.5"; }
|
||||||
function GetUrl() { return "http://dev.openttdcoop.org/projects/busybee-gs"; }
|
function GetUrl() { return "http://dev.openttdcoop.org/projects/busy-bee-gs"; }
|
||||||
function MinVersionToLoad() { return MINCOMPATIBLE_SAVEGAME_VERSION; }
|
function MinVersionToLoad() { return MINCOMPATIBLE_SAVEGAME_VERSION; }
|
||||||
function GetSettings();
|
function GetSettings();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user