Skip to content

Commit

Permalink
Change name then change it back
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbodingAngel committed Jun 20, 2015
1 parent 0763f79 commit 6231979
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions Gamedata/configs/game manual/3) units.lua
@@ -0,0 +1,25 @@
local topic = {
["details"] = {
sectionTitle = "Units",
},
["article"] = {
{ --page
["details"] = {
pageTitle = "3rd page",
},
["sections"] = {-- sections
{
text = "Black diamond ship, \n\n Sluggish but powerful, it's twin plasma miniguns certainly will brighten your day!",
textColor = {0.5,0.5,0.5,1.0},
fontShadow = false,
thumbImage = "bitmaps/ui/loadingscreen/black diamond.png",
backgroundColor = {0.5,0.1,0.5,0.0},
backgroundImage1 = "bitmaps/ui/loadingscreen/rainbows.png",
},
}
},

}
}

return topic
2 changes: 1 addition & 1 deletion Units/ecommander.lua → Units/eoverseer.lua
Expand Up @@ -79,7 +79,7 @@ There can only be one!]],
seismicSignature = 2,
turnInPlace = true,
turnRate = 5000,
unitname = "ecommander",
unitname = unitName,
unitRestricted = 1,
upright = false,
workerTime = 1,
Expand Down

0 comments on commit 6231979

Please sign in to comment.