mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Renamed the config
This commit is contained in:
parent
99cb93b0ae
commit
d0c9aeb79d
2 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
||||||
/*********************************************************\
|
/*********************************************************\
|
||||||
Zone Builder Game Configuration
|
Zone Builder Game Configuration
|
||||||
For Sonic Robo Blast 2 Version 2.2
|
For Sonic Robo Blast 2 Version 2.1
|
||||||
Contributors (alphabetical):
|
Contributors (alphabetical):
|
||||||
* Foxboy
|
* Foxboy
|
||||||
* JJames19119
|
* JJames19119
|
||||||
* Kalaron
|
* Kalaron
|
||||||
* Kristos
|
* Kristos
|
||||||
|
* MascaraSnake
|
||||||
* Morpheus
|
* Morpheus
|
||||||
* Neo Chaotikal
|
* Neo Chaotikal
|
||||||
* Oogaland
|
* Oogaland
|
||||||
|
@ -16,14 +17,13 @@
|
||||||
* SSNTails
|
* SSNTails
|
||||||
* toaster
|
* toaster
|
||||||
* Viola
|
* Viola
|
||||||
* SpiritCrusher
|
|
||||||
\*********************************************************/
|
\*********************************************************/
|
||||||
|
|
||||||
// This is required to prevent accedential use of a different configuration
|
// This is required to prevent accedential use of a different configuration
|
||||||
type = "Doom Builder 2 Game Configuration";
|
type = "Doom Builder 2 Game Configuration";
|
||||||
|
|
||||||
// This is the title to show for this game
|
// This is the title to show for this game
|
||||||
game = "Sonic Robo Blast 2 - 2.2 indev";
|
game = "Sonic Robo Blast 2 - 2.1 + Slopes";
|
||||||
|
|
||||||
//GZDB specific. Don't try to load lumps that don't exist.
|
//GZDB specific. Don't try to load lumps that don't exist.
|
||||||
basegame = 0;
|
basegame = 0;
|
|
@ -319,7 +319,7 @@ recentfiles
|
||||||
configurations
|
configurations
|
||||||
{
|
{
|
||||||
|
|
||||||
srb2-22db2
|
srb2-21slopeszb
|
||||||
{
|
{
|
||||||
enabled = true;
|
enabled = true;
|
||||||
nodebuildersave = "zennode_normal";
|
nodebuildersave = "zennode_normal";
|
||||||
|
|
Loading…
Reference in a new issue