Skip to content

Commit

Permalink
updated release files
Browse files Browse the repository at this point in the history
  • Loading branch information
snjo committed Jul 20, 2014
1 parent a05e796 commit e884c4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Firespitter/tools/FSversionCheck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class FSversionCheck : MonoBehaviour
public static bool IsCompatible()
{
//string KSPversion = Versioning.version_major + "." + Versioning.version_minor + "." + Versioning.Revision;
//string expectedVersion = CompatibleWithMajor + "." + CompatibleWithMinor + "." + CompatibleWithRevision;
//string expectedVersion = CompatibleWithMajor + "." + CompatibleWithMinor + "." + CompatibleWithRevision;

//Debug.Log("Firespitter version check. KSP version: " + KSPversion);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,15 @@ MODULE
thrustTransformName = thrustTransform
maxDistance = 10
emission = 200
emissionDiscSize = 3
emissionDiscSize = 6
particleEnergy = 1, 2
particleSize = 0.3, 0.6
particleSizeGrow = 3.0
particleColor0 = 1,1,1, 0.0
particleColor1 = 1,1,1, 0.05
particleColor2 = 1,1,1, 0.07
particleColor3 = 1,1,1, 0.1
particleColor4 = 1,1,1, 0.025
}
MODULE
Expand Down
Binary file modified For release/Firespitter/Plugins/Firespitter.dll
Binary file not shown.

0 comments on commit e884c4a

Please sign in to comment.